commit | a3c0fb0a6767be71482c4308d6d3d9b713183e0b | [log] [tgz] |
---|---|---|
author | Sean Dague <sean@dague.net> | Mon Feb 01 17:01:45 2016 -0500 |
committer | Sean Dague <sean@dague.net> | Mon Feb 01 17:01:45 2016 -0500 |
tree | 647076aade97f660720299d775f6e59329944a17 | |
parent | acbc4864bda883384dffface9cfbd61f414cffce [diff] |
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