diff options
author | 2021-05-21 14:12:02 +0200 | |
---|---|---|
committer | 2021-05-21 14:22:44 +0200 | |
commit | 3c03556cee1526bed33cf0976a22612283b7821a (patch) | |
tree | 8990cd785e8348d5bfcb118dd9f88dfc2b900723 /docker | |
parent | fd85cc55c0b0bf86aa74b6b8656dc35df78a5d3b (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>
(cherry picked from commit 268b5b078712c152cc4eb85efbc558c64fba605d)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke/testcases.yaml | 3 |
1 files changed, 3 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: |