nova/nova/tests/unit/virt/hyperv
Lucian Petrut d4ee75c931 Hyper-V: fix image handling when shared storage is being used
The image cache operation uses thread locks, for which reason it is
prone to race conditions when using shared storage. This is avoided
by using file locks, placed on the shared path.

Change-Id: I2b002993b7ab0973960794bfdd81d4fe57bf7399
Closes-Bug: #1565895
(cherry picked from commit 8c40c4268b)
2016-11-25 18:32:34 +00: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 Hyper-V: fix image handling when shared storage is being used 2016-11-25 18:32:34 +00: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-29 20:44:20 +00: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