nova/nova/tests/unit/virt
Pawel Koniszewski f0d5fc6191 Get list of disks to copy early to avoid multiple DB hits
To support selective block migration we need to read block devices
from nova block device mappings instead of libvirt block info.
It means that in current implementation we would call
_live_migration_copy_disk_paths two times - from
live_migration_operations and from live_migration_monitor.
To avoid that this change gets disk paths early and pass them as
and additional paremeter to live migration monitor.

Change-Id: Ic894cfc7374ba06b436b2a76a5984012d1dba3a5
Related-bug: #1398999
2016-01-05 09:47:12 +01:00
..
disk virt: allow for direct mounting of LocalBlockImages 2015-12-10 16:15:44 +00:00
hyperv Merge "hyperv: Drop JSON for supported_instances" 2015-12-18 16:34:53 +00:00
image virt: introduce model for describing local image metadata 2015-06-04 13:46:59 +01:00
ironic Merge "ironic: Drop JSON for supported_instances" 2015-12-18 16:40:20 +00:00
libvirt Get list of disks to copy early to avoid multiple DB hits 2016-01-05 09:47:12 +01:00
vmwareapi Merge "VMware: cleanup unit tests" 2016-01-05 04:56:13 +00:00
xenapi Merge "XenAPI: Correct hypervisor type in Horizon's admin view" 2016-01-04 23:38:05 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_block_device.py DriverBlockDevice must receive a BDM object, not a dict 2015-12-28 06:35:21 -08:00
test_configdrive.py force_config_drive: StrOpt -> BoolOpt 2015-11-11 19:59:22 +00:00
test_diagnostics.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_driver.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_events.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_fake.py fake: fix public API signatures to match virt driver 2015-02-19 11:44:00 +00:00
test_hardware.py Merge "virt: add constraint to handle realtime policy" 2015-11-19 14:31:31 +00:00
test_imagecache.py DriverBlockDevice must receive a BDM object, not a dict 2015-12-28 06:35:21 -08:00
test_images.py Enable W292 2015-01-10 21:45:08 +00:00
test_virt.py virt: allow for direct mounting of LocalBlockImages 2015-12-10 16:15:44 +00:00
test_virt_drivers.py DriverBlockDevice must receive a BDM object, not a dict 2015-12-28 06:35:21 -08:00
test_volumeutils.py Switch to using os-brick 2015-07-27 10:47:22 -07:00