Merge "Fix excessive runtime of test test_migrate_within_cell"

This commit is contained in:
Zuul
2020-01-08 13:01:12 +00:00
committed by Gerrit Code Review

View File

@@ -94,5 +94,6 @@ class MultiCellSchedulerTestCase(test.TestCase,
# Force the server onto compute1 in cell1 so we do not accidentally
# land on compute3 in cell2 and fail to migrate.
self._test_create_and_migrate(expected_status=202,
_, server = self._test_create_and_migrate(expected_status=202,
az='nova:compute1')
self._wait_for_state_change(server, 'VERIFY_RESIZE')