diff options
author | 2020-04-28 10:48:30 +0200 | |
---|---|---|
committer | 2020-04-28 10:51:37 +0200 | |
commit | 1dd29294d7634cea6cd477d13b569f5a281e083a (patch) | |
tree | b5718f94ff0feb92c3660d9aca3f53a2b856f4bd /ansible | |
parent | 263e6f2d8512b1152b017798fc1603163a0f1c15 (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 25c7a1047..34bb5d147 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -56,7 +56,7 @@ - tempest_smoke - 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 28b115f2b..37982a026 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -60,7 +60,7 @@ - tempest_horizon - container: functest-smoke tests: - - neutron-tempest-plugin-api + - tempest_neutron - tempest_cinder - tempest_keystone - tempest_heat |