diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 14:12:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 14:15:05 +0200 |
commit | 268b5b078712c152cc4eb85efbc558c64fba605d (patch) | |
tree | 20bee733ead6c2bdbae3175696b04a2422bab1e0 | |
parent | 4d68506c24d4c35aac3ddf7843545f1426949628 (diff) |
Skip test_get_network_ip_availabilities
http://artifacts.opnfv.org/functest/T5HYYAOA3L02/functest-opnfv-functest-smoke-wallaby-patrole_admin-run-7/patrole_admin/tempest-report.html
http://artifacts.opnfv.org/functest/H3A87GU7QKXC/functest-opnfv-functest-smoke-latest-patrole_reader-run-153/patrole_reader/tempest-report.html
Change-Id: I7b2aabdec4bed6928e0672d73627f6ea67f811df
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index c8627448f..14d5dc6a1 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -231,6 +231,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: @@ -254,6 +255,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: @@ -277,6 +279,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 4653ad3b2..cb48fd8f3 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -412,6 +412,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: @@ -435,6 +436,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: @@ -458,6 +460,7 @@ tiers: (?!.*compute.test_floating_ips_rbac)\ (?!.*test_reset_network)\ (?!.*test_create_image_from_volume_backed_server)\ + (?!.*test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities)\ (?=.*[.*\bslow\b.*])\ (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: |