Changeset 86504 in vbox
- Timestamp:
- Oct 9, 2020 1:51:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py
r85465 r86504 380 380 381 381 # Run VM and get new Session object. 382 oSession = self.oTstDrv.startVm(oMachine) 382 oSession = self.oTstDrv.startVm(oMachine); 383 if not oSession: 384 return False; 383 385 384 386 # Some time interval should be here for not closing VM just after start. 385 time.sleep(1)387 self.oTstDrv.waitForTasks(1000); 386 388 387 389 if oMachine.state != self.oTstDrv.oVBoxMgr.constants.MachineState_Running:
Note:
See TracChangeset
for help on using the changeset viewer.