From a79e3016bfab3ed2a3d954fc3ad1ec888757d78d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 1 Apr 2020 08:11:04 +0200 Subject: Rename CNTT specific testcases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test DB and API don't support suites which raise side effects in Cachet if both IaaS verification and CNTT conformance are executed. Vmtp and Shaker haven't been modified for CNTT. They will be renamed once CNTT asks for new post processing. http://testresults.opnfv.org:8080/ Change-Id: I64e06694620027faa06b6d9d339684f5e8d733d7 Signed-off-by: Cédric Ollivier (cherry picked from commit c37c09b137d61d046a27973ffc44e5b32845462c) --- ansible/site.cntt.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ansible') diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 8e826c483..26c614395 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -57,17 +57,17 @@ - tempest_horizon - container: functest-smoke-cntt tests: - - neutron-tempest-plugin-api - - tempest_cinder - - tempest_keystone - - rally_sanity - - tempest_full - - tempest_scenario - - tempest_slow + - neutron-tempest-plugin-api-cntt + - tempest_cinder_cntt + - tempest_keystone_cntt + - rally_sanity_cntt + - tempest_full_cntt + - tempest_scenario_cntt + - tempest_slow_cntt - container: functest-benchmarking-cntt tests: - - rally_full - - rally_jobs + - rally_full_cntt + - rally_jobs_cntt - vmtp - shaker - container: functest-vnf -- cgit