nova/nova/tests
Matt Riedemann 4afa8c2b97 Fix race fail in test_resize_with_reschedule_then_live_migrate
The assertion in the test that the migration status is 'completed'
is flawed in that it assumes when the instance status is 'ACTIVE'
the migration is completed, which isn't True, since the instance
status gets changed before the migration is completed, but they are
very close in time so there is a race, which is how this test slipped
by. This fixes the issue by polling the migration status until it
is actually completed or we timeout.

Change-Id: I61f745667f4c003d7e3ca6f2f9a99194930ac892
Closes-Bug: #1762876
2018-04-11 10:43:34 -04:00
..
functional Fix race fail in test_resize_with_reschedule_then_live_migrate 2018-04-11 10:43:34 -04:00
live_migration/hooks Fix live migration grenade ceph setup 2017-10-26 17:53:15 -04:00
unit Merge "Update ImageMetaProp object to expose traits" 2018-04-11 13:50:22 +00:00
__init__.py
fixtures.py Add disabled field to CellMapping object 2018-03-20 15:38:29 +01:00
json_ref.py Nits from Ic3ab7d60e4ac12b767fe70bef97b327545a86e74 2017-11-28 15:55:45 +01:00
uuidsentinel.py