nova/nova/tests/unit/cells
Chris Friesen c6c68ba00b remove unused parameter in rpc call
The oslo.messaging rpc client call() method does not actually make
any use of a "timeout" parameter, so drop it from the call.  (It's
actually set up in the preceeding prepare() call.)

Change-Id: I662948cbb0c1fb89d8cb1e1ffad1909dc5b1dc68
2017-04-17 08:27:20 -06: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 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 Remove old oslo.messaging transport aliases 2017-03-17 20:41:16 +08:00
test_cells_rpcapi.py remove unused parameter in rpc call 2017-04-17 08:27:20 -06:00
test_cells_scheduler.py Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00: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 Stop using mox stubs in nova/tests/unit/cells 2016-12-26 13:31:24 +00:00
test_cells_weights.py Use assertGreater(A, X) instead of assertTrue(A > X) 2016-06-03 16:53:12 +01:00