Blacklist test_extend_attached_volume from cells v1 job

The cells API doesn't route the os-server-external-events API
and this test relies on that working, so we have to blacklist it.

Change-Id: I92e316cb9cfa5d47c415ba06edf45d7de68677f4
Closes-Bug: #1721644
This commit is contained in:
Matt Riedemann 2017-10-05 17:31:05 -04:00
parent ec4e970412
commit f1317c016c
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ 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.*)"
# 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.*)"
r="$r).*$"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"