nova/nova/tests/unit/cells
Andrew Laski 00e46a313c Fix migration list + MigrationList operation
Fixes up the get_migrations cells method and corresponding tests. The
tests were not in line with reality since the MigrationList object was
introduced.

This patch removes the [] + MigrationList operation that was occurring
since the operation is poorly defined and only works by accident. Future
objects work may break this so it should be removed now.

Change-Id: I5dabd8c745cc287322a1ef0f0dd2d4733484188d
2016-08-15 10:05:23 -04:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Removal of unnecessary `import_opt`s for cells config options 2016-02-12 14:16:54 +02:00
test_cells_filters.py Cells: cell scheduler anti-affinity filter 2015-06-22 12:00:03 -04:00
test_cells_manager.py Fix migration list + MigrationList operation 2016-08-15 10:05:23 -04:00
test_cells_messaging.py Fix invalid uuid warnings in cell api testcases 2016-04-13 12:54:49 +00:00
test_cells_rpc_driver.py Removal of unnecessary `import_opt`s for cells config options 2016-02-12 14:16:54 +02:00
test_cells_rpcapi.py Cold migrate using the RequestSpec object 2016-05-17 11:01:22 +02:00
test_cells_scheduler.py Refactor block_device_mapping handling during boot 2016-07-05 14:38:21 -04:00
test_cells_state_manager.py Unavailable hosts have no resources for use 2016-04-18 19:07:23 +00:00
test_cells_utils.py Fix invalid import order 2016-07-04 16:03:42 +05:30
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00