Skip more racy rebuild failing tests with cells v1

These are other rebuild tests that randomly fail the
cells v1 job waiting for state changes due to VIF
races.

Since cells v1 is deprecated, let's just skip this.

Change-Id: Ia00015a8cbb930efd274830b69f296a257578700
Related-Bug: #1709985
This commit is contained in:
Matt Riedemann 2017-08-29 21:26:49 -04:00
parent 5bcfaf3e8a
commit 16e874180e
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ r="$r|(?:.*id\-10fd234a\-515c\-41e5\-b092\-8323060598c5.*)"
# Bug 1709985: rebuild randomly times out, probably due to sync issues
# tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state
r="$r|(?:.*id\-682cb127\-e5bb\-4f53\-87ce\-cb9003604442.*)"
# tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config
r="$r|(?:.*id\-9c9fae77\-4feb\-402f\-8450\-bf1c8b609713.*)"
# tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config
r="$r|(?:.*id\-bef56b09\-2e8c\-4883\-a370\-4950812f430e.*)"
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"