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
This commit is contained in:
Sean Dague 2016-02-01 17:01:45 -05:00
parent acbc4864bd
commit a3c0fb0a67
1 changed files with 2 additions and 0 deletions

View File

@ -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