nova/nova/tests/unit/virt/hyperv
Lucian Petrut 2dd231cff1 HyperV: ensure config drives are copied as well during resizes
During cold migration, vhd config drive images are not copied
over, on the wrong assumption that the instance is already
configured and does not need the config drive.

For this reason, migrating instances using vhd config drives
will fail, as there is a check ensuring that the config drive
is present, if required.

This change addresses the issue, removing the check that was
preventing the config drive from being copied.

Change-Id: I8cd42bed4515f4f75c92e595c4d8b847b16058dd
Closes-Bug: #1619602
2016-09-12 18:52:00 +03:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_base.py Converting nova.virt.hyperv to py3 2015-12-03 08:45:48 +00:00
test_block_device_manager.py hyper-v: device tagging 2016-07-13 20:29:39 +00:00
test_driver.py Hyper-V: properly handle shared storage during migrations 2016-08-24 17:53:40 +03:00
test_eventhandler.py HyperV: Nova serial console access support 2016-05-20 18:59:23 +03:00
test_hostops.py Hyper-V: properly handle UNC instance paths 2016-08-24 10:07:35 +00:00
test_imagecache.py Make hyperv driver use flavor fields instead of legacy ones 2016-07-12 10:35:58 -07:00
test_livemigrationops.py Hyper-V: properly handle shared storage during migrations 2016-08-24 17:53:40 +03:00
test_migrationops.py HyperV: ensure config drives are copied as well during resizes 2016-09-12 18:52:00 +03:00
test_pathutils.py Hyper-V: properly handle shared storage during migrations 2016-08-24 17:53:40 +03:00
test_rdpconsoleops.py Hyper-V: Adds RDPConsoleOps unit tests 2015-09-07 12:47:31 +03:00
test_serialconsolehandler.py Fix wrong override value of config option proxyclient_address 2016-07-27 17:20:35 +08:00
test_serialconsoleops.py Trivial: Fixes serial console minor nits 2016-05-24 10:45:02 -07:00
test_serialproxy.py HyperV: Add serial console proxy 2016-04-18 20:32:13 +03:00
test_snapshotops.py HyperV: remove instance snapshot lock 2016-08-09 13:31:31 +03:00
test_vif.py Fix wrong override value of config option vswitch_name 2016-07-27 09:22:50 +00:00
test_vmops.py Add support for vd2 user context to other drivers 2016-08-10 12:39:30 +10:00
test_volumeops.py Added support for new block device format in vmops 2016-07-07 10:03:00 +03:00