From a3c0fb0a6767be71482c4308d6d3d9b713183e0b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 1 Feb 2016 17:01:45 -0500 Subject: [PATCH] skip test_list_server_filters_by_regex The test for the regex only works if we are always allocating linearly from the bottom of the network block or on a small network block. We're changing the IP allocator in Nova to be more resiliant, and this test can be proven to be trivially wrong in that case. It should be skipped until it can be fixed. Change-Id: I27f73c1edf12218818c4d279efbd9fef5cdef672 Related-Bug: #1540645 --- tempest/api/compute/servers/test_list_server_filters.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tempest/api/compute/servers/test_list_server_filters.py b/tempest/api/compute/servers/test_list_server_filters.py index d1ec0644bc..37f322fd53 100644 --- a/tempest/api/compute/servers/test_list_server_filters.py +++ b/tempest/api/compute/servers/test_list_server_filters.py @@ -13,6 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. +from tempest_lib import decorators from tempest_lib import exceptions as lib_exc from tempest.api.compute import base @@ -290,6 +291,7 @@ class ListServerFiltersTestJSON(base.BaseV2ComputeTest): self.assertNotIn(self.s2_name, map(lambda x: x['name'], servers)) self.assertNotIn(self.s3_name, map(lambda x: x['name'], servers)) + @decorators.skip_because(bug="1540645") @test.idempotent_id('a905e287-c35e-42f2-b132-d02b09f3654a') def test_list_servers_filtered_by_ip_regex(self): # Filter servers by regex ip