nova/nova/tests/unit/cells
hussainchachuliya 5041bdd9b9 Replace uuid4() with uuidsentinel
As of now, in most of the test cases, uuidsentinel is used for
generating a UUID except at some places where uuid4() is used.
In order to maintain consistency, we propose to use uuidsentinel
module for generating UUIDs throughout the test cases.

There are some cases where unique UUIDs are required. For such
cases, generate_uuid() from oslo_utils.uuidutils is used.

Change-Id: I00d953c29352a14508cea3a76f22cdd1a16a187a
2016-10-05 18:27:50 +05:30
..
__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 Replace uuid4() with uuidsentinel 2016-10-05 18:27:50 +05:30
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