diff options
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 1 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index b6ba4d23b..58c802c54 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -279,6 +279,7 @@ tiers: args: mode: "\ (?!.*test_minbw_allocation_placement)\ + (?!.*test_network_qos_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)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 1c0af0b6d..7aa6cb4e3 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -830,6 +830,7 @@ tiers: args: mode: "\ (?!.*test_minbw_allocation_placement)\ + (?!.*test_network_qos_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)\ |