diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 10:48:30 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 10:49:30 +0200 |
commit | 1daa7dccd2c4eb1644684f7ad5250e68d7ca22a4 (patch) | |
tree | 57297b3b1e501296794c1047853fe088f8d15cdf /ansible | |
parent | 05006324ea4bf93eff99d08c2e0bf050951f3318 (diff) |
Rename neutron_tempest_plugin_api to tempest_neutron
It conforms with the other test case names
Change-Id: Ia8836375c26ea4f1bff3637f7078e5f70f83c5fb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f74088bb1ae93feaf56c7ec7d1f1e78c97d8de9a)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 4fdd138b1..5a0950955 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -52,7 +52,7 @@ - tempest_horizon - container: functest-smoke-cntt tests: - - neutron-tempest-plugin-api-cntt + - tempest_neutron_cntt - tempest_cinder_cntt - tempest_keystone_cntt - tempest_heat_cntt diff --git a/ansible/site.yml b/ansible/site.yml index 0941c9a00..ffe2198d0 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -52,7 +52,7 @@ - tempest_horizon - container: functest-smoke tests: - - neutron-tempest-plugin-api + - tempest_neutron - tempest_cinder - tempest_keystone - tempest_heat |