nova/nova/tests/unit/cells
Alex Szarka e34fd54904 Use assertGreater(A, X) instead of assertTrue(A > X)
Instead of using assertTrue(A > X), developers should
use assertGreater(A, X).

TrivialFix

Change-Id: I219aa46b7e16df2af9763b02c9822869de544ab2
2016-06-03 16:53:12 +01:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Removal of unnecessary import_opts 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 Move config options from nova/compute/rpcapi.py file 2016-04-21 22:26:13 +00: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_opts 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 Merge "Fix invalid uuid warnings in cell api testcases" 2016-04-20 02:52:19 +00: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 Cells: Limit instances pulled in _heal_instances 2015-09-22 11:03:55 -04:00
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00