Skip Patrole test_show_auto_allocated_topology 64/70564/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Jul 2020 11:01:53 +0000 (13:01 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Jul 2020 11:01:53 +0000 (13:01 +0200)
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 <cedric.ollivier@orange.com>
docker/smoke/testcases.yaml
functest/ci/testcases.yaml

index e7e6ffd..c9e0aa0 100644 (file)
@@ -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))"
index 59c574b..8fe3327 100644 (file)
@@ -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))"