mirror of https://github.com/apache/cloudstack.git
Modified a test case to include simulator scenario
This commit is contained in:
parent
5bbf498faf
commit
7d80c1b349
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue