nova/nova/tests/virt/hyperv
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
..
__init__.py hyperv: Move tests under nova/tests/virt/hyperv 2013-05-23 17:15:41 +00:00
db_fakes.py Use db.flavor_ instead of db.instance_type_ 2013-07-16 12:42:52 -07:00
fake.py Adds ephemeral storage support for Hyper-V 2013-09-04 21:13:29 +03:00
test_hypervapi.py Always pass context to compute driver destroy() 2013-11-03 15:20:49 +08:00
test_networkutilsv2.py driver tests (loose ends): replace assertEquals with assertEqual 2013-11-11 05:06:58 -08:00
test_vhdutils.py Merge "Fixes Hyper-V snapshot spawning issue" 2013-10-17 17:40:30 +00:00
test_vhdutilsv2.py driver tests (loose ends): replace assertEquals with assertEqual 2013-11-11 05:06:58 -08:00
test_vmutils.py Fixes get_vm_storage_paths issue for Hyper-V V2 API 2013-11-20 11:26:20 +08:00
test_vmutilsv2.py Fixes get_vm_storage_paths issue for Hyper-V V2 API 2013-11-20 11:26:20 +08:00