nova/nova/tests/unit/cells
Dan Smith 05f5ffd746 Fix cellsv1 messaging test
This test was completely not doing the thing it claimed to, because it
was calling the fake_save() method with keyword args that it wasn't
expecting. If you make the test fail for another reason, you see it in the
debug output, but not if it passes. Since the messenger swallows the
exception, we never notice that we did the wrong thing.

Change-Id: Id001f849709656c0ab30e8a8e8b8b3cc1d95d1d2
2017-12-04 11:58:43 -08:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py conf: remove deprecated cells driver option 2016-11-17 18:58:47 +00:00
test_cells_filters.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_manager.py conf: remove *_topic config opts 2017-07-17 21:27:02 -07:00
test_cells_messaging.py Fix cellsv1 messaging test 2017-12-04 11:58:43 -08:00
test_cells_rpc_driver.py Merge "Replace messaging.get_transport with get_rpc_transport" 2017-06-07 00:59:35 +00:00
test_cells_rpcapi.py Handle uuid in HostAPI.compute_node_get 2017-06-19 09:57:49 -04:00
test_cells_scheduler.py Cleanup build_request_spec 2017-11-10 12:03:39 +11:00
test_cells_state_manager.py Remove straggling use of main db flavors in cellsv1 code 2017-02-10 11:59:13 -08:00
test_cells_utils.py Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00