Skip to content

Commit 7d80c1b

Browse files
author
shweta
committed
Modified a test case to include simulator scenario
1 parent 5bbf498 commit 7d80c1b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/integration/component/test_usage.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,10 @@ def test_01_volume_usage(self):
697697
self.testdata["coreos_volume"][
698698
"url"] = self.testdata["coreos_volume"]["urlxen"]
699699
self.testdata["coreos_volume"]["format"] = "VHD"
700+
elif self.hypervisor == "simulator":
701+
self.testdata["coreos_volume"][
702+
"url"] = self.testdata["coreos_volume"]["urlxen"]
703+
self.testdata["coreos_volume"]["format"] = "VHD"
700704

701705
volume_uploaded = Volume.upload(
702706
self.apiclient,

0 commit comments

Comments
 (0)