Skip ServerActionsTestJSON.test_rebuild_server for cells v1 job

This is another occurrence of a rebuild test randomly timing out
waiting for status changes in the cells v1 job, so blacklist it.
Cells v1 is deprecated and should be gone soon anyway, so we don't
need to waste time hitting stuff like this.

Change-Id: Icb1d33c6e602467e21efe4838cb6edbadab14834
Related-Bug: #1709985
This commit is contained in:
Matt Riedemann 2018-05-09 11:17:28 -04:00
parent a8d3c61a57
commit 927b6ccced
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ r="$r|(?:.*id\-682cb127\-e5bb\-4f53\-87ce\-cb9003604442.*)"
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.*)"
# tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server
r="$r|(?:.*id\-aaa6cdf3\-55a7\-461a\-add9\-1c8596b9a07c.*)"
# NOTE(mriedem): cells v1 api doesn't route os-server-external-events
# tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume
r="$r|(?:.*id\-301f5a30\-1c6f\-4ea0\-be1a\-91fd28d44354.*)"