nova/nova/tests/unit/cells
Stephen Finucane 25545d7f55 Remove 'bdm_(update_or_create|destroy)_at_top'
These were being called within the 'BlockDeviceMapping' object. Remove
them in their entirety, given that nothing should be calling them now.
Note that this effectively breaks cells v1 but that shouldn't matter,
given that it's no longer possible to use the thing.

Part of blueprint remove-cells-v1

Change-Id: I13fb0575317015128853ac093bccffe233f3c79f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-04-16 18:26:17 +01:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Use nova.db.api directly 2018-07-10 14:56:27 +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 Remove 'bdm_(update_or_create|destroy)_at_top' 2019-04-16 18:26:17 +01:00
test_cells_messaging.py Remove 'bdm_(update_or_create|destroy)_at_top' 2019-04-16 18:26:17 +01: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 Remove 'bdm_(update_or_create|destroy)_at_top' 2019-04-16 18:26:17 +01:00
test_cells_scheduler.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00
test_cells_state_manager.py Use nova.db.api directly 2018-07-10 14:56:27 +00: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