From 2ec8656ca144af77462faaa80bc990255faf6488 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 20 Nov 2021 11:28:47 +0100 Subject: Skip new image import related tests in CNTT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature is optional in CNTT. Change-Id: Iaf2cd7bf8cbba7d4b1f69d51cd41c37842d7bbcd Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/testcases.yaml | 2 ++ functest/ci/testcases.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index de7d1cc08..2940c7359 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -276,6 +276,8 @@ tiers: args: mode: "\ (?!.*test_minbw_allocation_placement)\ + (?!.*test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota)\ + (?!.*test_unified_limits.ImageQuotaTest.test_image_stage_quota)\ (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.scenario)" option: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 21ddc4b41..1f35650d6 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -791,6 +791,8 @@ tiers: args: mode: "\ (?!.*test_minbw_allocation_placement)\ + (?!.*test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota)\ + (?!.*test_unified_limits.ImageQuotaTest.test_image_stage_quota)\ (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.scenario)" option: -- cgit 1.2.3-korg