diff options
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 |