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