diff options
author | Sean Dague <sean@dague.net> | 2015-11-13 20:07:06 -0500 |
---|---|---|
committer | Sean Dague <sean@dague.net> | 2015-11-14 10:51:20 -0500 |
commit | 876679c08f05eaa2a90b1f053b65b78a0af433df (patch) | |
tree | 6c0f87f95c6b6833beadc51a837253a23813da9d /devstack | |
parent | 78a4302896c37d81a9d4f356772e1d078c05b7b7 (diff) | |
download | nova-876679c08f05eaa2a90b1f053b65b78a0af433df.tar.gz |
cells is a sad panda about scheduler hints
The new test_schedule_to_all_nodes test fails in some epic ways in
cells. Not really worth debugging, this is a new test and had just
exposed another cells / devstack issue. Just skip the test.
Change-Id: Icc71e36f4ecb015dff9e806caacd31262f7e17f7
Diffstat (limited to 'devstack')
-rw-r--r-- | devstack/tempest-dsvm-cells-rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc index 18c0ba5182..5c0ac7d0cd 100644 --- a/devstack/tempest-dsvm-cells-rc +++ b/devstack/tempest-dsvm-cells-rc @@ -87,6 +87,8 @@ r="$r|(?:tempest\.api\.compute.servers\.test_disk_config\.ServerDiskConfigTestJS r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_rebuild_server_in_stop_state)" # https://bugs.launchpad.net/nova/+bug/1466696 - Cells: Race between instance 'unlock' and 'stop' can cause 'stop' to fail r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_lock_unlock_server)" +# scheduler hints apparently don't work in devstack cells +r="$r|(?:tempest\.scenario\.test_server_multinode\.TestServerMultinode\.test_schedule_to_all_nodes)" r="$r).*$" export DEVSTACK_GATE_TEMPEST_REGEX="$r" |