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:50:21 +0200 |
commit | 1222d51d361cea1a159b02c052d28d3305c99295 (patch) | |
tree | bd2bf586199a44303037030c818b6fdfdf16a5d8 /ansible | |
parent | 1b228062aa427ebd2c8b472027e8c495117928aa (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 2486bebdf..9aaec1691 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -57,7 +57,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 9b0bfd210..5902cc6e6 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -57,7 +57,7 @@ - tempest_horizon - container: functest-smoke tests: - - neutron-tempest-plugin-api + - tempest_neutron - tempest_cinder - tempest_keystone - tempest_heat |