Skip to content

Commit

Permalink
cells is a sad panda about scheduler hints
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sdague committed Nov 14, 2015
1 parent 78a4302 commit 876679c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devstack/tempest-dsvm-cells-rc
Expand Up @@ -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"

0 comments on commit 876679c

Please sign in to comment.