Skip to content

Commit d715058

Browse files
Santhosh EdukullaGirish Shilamkar
authored andcommitted
Added a temp sleep fix for vm start command
Added a temporary time sleep fix post a restart command. Applies to 4.2,master,4.3 Note: Has to clean other things as well and will do more cleaner way of handling things.
1 parent 6235290 commit d715058

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/integration/smoke/test_volumes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ def test_07_resize_fail(self):
621621
)
622622
if hosts[0].hypervisor == "XenServer":
623623
self.virtual_machine.start(self.apiClient)
624+
time.sleep(30)
625+
return
624626

625627

626628
@attr(tags = ["advanced", "advancedns", "smoke", "basic"])
@@ -680,6 +682,8 @@ def test_08_resize_volume(self):
680682

681683
if hosts[0].hypervisor == "XenServer":
682684
self.virtual_machine.start(self.apiClient)
685+
time.sleep(30)
686+
return
683687

684688
@attr(tags = ["advanced", "advancedns", "smoke","basic"])
685689
def test_09_delete_detached_volume(self):

0 commit comments

Comments
 (0)