From 25a7235f9a0e4d68517515a0eb8de9b802dd66f2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 9 Dec 2020 00:06:08 +0100 Subject: Skip test_minbw_allocation_placement added to tempest_scenario_cntt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://artifacts.opnfv.org/functest/NA19LNZY1R9P/functest-opnfv-functest-smoke-cntt-latest-tempest_scenario_cntt-run-183/tempest_scenario_cntt/tempest-report.html Change-Id: Ibe70e8f5f1510d60cc53c89d9f1e30655d496fdf 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 c79295555..4fa668f7a 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -268,6 +268,7 @@ tiers: name: tempest_common args: mode: "\ + (?!.*test_minbw_allocation_placement)\ (?!.*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 8cbc30028..106a40832 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -785,6 +785,7 @@ tiers: name: tempest_scenario args: mode: "\ + (?!.*test_minbw_allocation_placement)\ (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.scenario)" option: -- cgit 1.2.3-korg