From: Cédric Ollivier Date: Fri, 21 May 2021 16:36:05 +0000 (+0200) Subject: Skip new Cinder rbac testing in CNTT X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F72559%2F1;p=functest.git Skip new Cinder rbac testing in CNTT Change-Id: Ic497f405fd60edeb9a19180de8002ebeee81d3cb Signed-off-by: Cédric Ollivier --- diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 80c06529e..44b237d96 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -91,6 +91,7 @@ tiers: (?!.*test_backup_crossproject_admin_negative)\ (?!.*test_backup_crossproject_user_negative)\ (?!.*test_volume_encrypted.TestEncryptedCinderVolumes)\ + (?!.*rbac)\ (^cinder_tempest_plugin.)" option: - '--concurrency=4' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7d8c3c029..8d55b5965 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -612,6 +612,7 @@ tiers: (?!.*test_backup_crossproject_admin_negative)\ (?!.*test_backup_crossproject_user_negative)\ (?!.*test_volume_encrypted.TestEncryptedCinderVolumes)\ + (?!.*rbac)\ (^cinder_tempest_plugin.)" option: - '--concurrency=4'