diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-12-06 10:40:36 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-12-06 10:40:36 +0100 |
commit | b40f0919d31af0ba88a04298cfb1dc985f25a70f (patch) | |
tree | 3abc3cfc5ebf2ec318b31664577826b2c9aa2ab5 | |
parent | dd503a65cb8e226c054a5b42ace81947fe103016 (diff) |
Skip test_network_qos_placement in tempest_scenario_cntt
http://artifacts.opnfv.org/functest/RWGPS2N4S9AK/functest-opnfv-functest-smoke-cntt-latest-tempest_scenario_cntt-run-198/tempest_scenario_cntt/tempest-report.html
Change-Id: Ife673af908294d9aaff3fcb08ea7569ad3f43bce
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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)\ |