From a1643d0ed82260597dbd2b0c1c3491be3bf00cf6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 21 May 2021 18:36:05 +0200 Subject: Skip new Cinder rbac testing in CNTT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic497f405fd60edeb9a19180de8002ebeee81d3cb Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/testcases.yaml | 1 + functest/ci/testcases.yaml | 1 + 2 files changed, 2 insertions(+) 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' -- cgit 1.2.3-korg