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.

Conflicts:
	devstack/tempest-dsvm-cells-rc

Change-Id: Icc71e36f4ecb015dff9e806caacd31262f7e17f7
(cherry picked from commit 876679c08f)
This commit is contained in:
Sean Dague 2015-11-13 20:07:06 -05:00 committed by Sylvain Bauza
parent 474e7bb3f3
commit d3fe7e4296
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_instance_run\.InstanceRunTest\.test
r="$r|(?:tempest\.api\.compute.servers\.test_disk_config\.ServerDiskConfigTestJSON\.test_rebuild_server_with_manual_disk_config*)"
# https://bugs.launchpad.net/nova/+bug/1445631
r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\\.test_rebuild_server_in_stop_state*)"
# 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"