Modified a test case to include simulator scenario

This commit is contained in:
shweta 2017-05-05 11:57:16 +05:30
parent 5bbf498faf
commit 7d80c1b349
1 changed files with 4 additions and 0 deletions

View File

@ -697,6 +697,10 @@ class TestVolumeUsage(cloudstackTestCase):
self.testdata["coreos_volume"][
"url"] = self.testdata["coreos_volume"]["urlxen"]
self.testdata["coreos_volume"]["format"] = "VHD"
elif self.hypervisor == "simulator":
self.testdata["coreos_volume"][
"url"] = self.testdata["coreos_volume"]["urlxen"]
self.testdata["coreos_volume"]["format"] = "VHD"
volume_uploaded = Volume.upload(
self.apiclient,