From 4b34e80a6e5bc3c41ad9921e2f7deb621dc06a4d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 20 Jul 2020 13:01:53 +0200 Subject: Skip Patrole test_show_auto_allocated_topology MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test_show_auto_allocated_topology doesn't clean its resources: - network: auto_allocated_network - subnets: auto_allocated_subnet_v4 & auto_allocated_subnet_v6 - router: auto_allocated_router This bug easily breaks testing in a quick run when allocating the subnet due to insufficient prefix space to allocate subnet size /26. https://build.opnfv.org/ci/job/functest-latest-daily/746/ Change-Id: I1a1bd22068bca0720016dab8a15ad7dd576ee152 Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 3 +++ functest/ci/testcases.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index e7e6ffd35..c9e0aa0e3 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -218,6 +218,7 @@ tiers: args: roles: 'admin' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" @@ -236,6 +237,7 @@ tiers: args: roles: 'member' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" @@ -254,6 +256,7 @@ tiers: args: roles: 'reader' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 59c574bdd..8fe33273f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -396,6 +396,7 @@ tiers: args: roles: 'admin' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" @@ -414,6 +415,7 @@ tiers: args: roles: 'member' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" @@ -432,6 +434,7 @@ tiers: args: roles: 'reader' mode: "(?!.*test_unmanage_snapshot_rbac)\ + (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(image|network|volume))" -- cgit 1.2.3-korg