nova/nova/tests/virt
jufeng 6847a0ef92 Fixes get_vm_storage_paths issue for Hyper-V V2 API
Add get_vm_storage_paths function to vmutilsv2.py

get_vm_storage_paths implementation on Hyper-V V2 API changed
compared to previous V1 API. In previous V1 APIs, using
Msvm_ResourceAllocationSettingData class can get storage
paths, but in V2 API, only using Msvm_StorageAllocationSettingData
class can get the storage paths.

Closes-Bug: #1248463

Change-Id: Ica73221524f162a6ffcd9dc64ee33c85fb5ad31d
2013-11-20 11:26:20 +08:00
..
baremetal Rename virtapi.instance_type_get to flavor_get 2013-11-13 13:59:10 -08:00
disk virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
docker Always pass context to compute driver destroy() 2013-11-03 15:20:49 +08:00
hyperv Fixes get_vm_storage_paths issue for Hyper-V V2 API 2013-11-20 11:26:20 +08:00
libvirt Merge "Rename virtapi.instance_type_get to flavor_get" 2013-11-14 18:15:06 +00:00
powervm Always pass context to compute driver destroy() 2013-11-03 15:20:49 +08:00
vmwareapi Merge "VMware: Detach volume should not delete vmdk" 2013-11-15 12:00:23 +00:00
xenapi Xenapi: Allow windows builds with xentools 6.1 and 6.2 2013-11-14 08:30:23 +11:00
__init__.py refactor: extract method: connect_volume 2012-11-20 08:30:19 +00:00
test_block_device.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_driver.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_images.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_virt.py Utilizes assertIsNone and assertIsNotNone - tests/virt 2013-10-30 08:15:45 +08:00
test_virt_disk.py Replace assertEquals with assertEqual - tests/etc 2013-11-12 14:51:29 +08:00
test_virt_disk_vfs_guestfs.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_virt_disk_vfs_localfs.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_virt_drivers.py Merge "Nova-all: Replace basestring by six for python3 compatability" 2013-11-15 11:57:40 +00:00