From b40f0919d31af0ba88a04298cfb1dc985f25a70f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 6 Dec 2021 10:40:36 +0100 Subject: Skip test_network_qos_placement in tempest_scenario_cntt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 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)\ -- cgit 1.2.3-korg