From a2af4693b352eaf6a84885eacb120cf4e260e5c4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 16 Sep 2020 23:24:30 +0200 Subject: Enable back Patrole volume testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It skips test_create_network_provider_segmentation_id as it can run in parallel (200 is hardcoded) and test_create_image_from_volume_backed_server which doesn't clean its resources. Change-Id: I8918ecc0a215a491bff9f4d507dacdd4a9d0b92c Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 12 +++++++++--- functest/ci/testcases.yaml | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 51efdf185..9b61b003a 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -221,9 +221,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -241,9 +243,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -261,9 +265,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ec7a5645e..282590a13 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -398,9 +398,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -418,9 +420,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -438,9 +442,11 @@ tiers: mode: "(?!.*test_unmanage_snapshot_rbac)\ (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ + (?!.*test_create_network_provider_segmentation_id)\ (?!.*compute.test_floating_ips_rbac)\ + (?!.*test_create_image_from_volume_backed_server)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' -- cgit 1.2.3-korg