Changeset 71465 in vbox for trunk/src/VBox/ValidationKit/tests/api
- Timestamp:
- Mar 22, 2018 4:19:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71464 r71465 178 178 return self.oTstDrv.asRsrcs 179 179 180 def __testScenario_4(self, oMachine, sNewLoc , sOldLoc = 0):180 def __testScenario_4(self, oMachine, sNewLoc): 181 181 182 182 #Run VM and get new Session object … … 210 210 return fRc 211 211 212 def __testScenario_5(self, oMachine, sNewLoc, sOldLoc = 0):212 def __testScenario_5(self, oMachine, sNewLoc, sOldLoc): 213 213 214 214 fRc = True … … 253 253 return fRc 254 254 255 def __testScenario_6(self, oMachine, sNewLoc, sOldLoc = 0):255 def __testScenario_6(self, oMachine, sNewLoc, sOldLoc): 256 256 257 257 fRc = True
Note:
See TracChangeset
for help on using the changeset viewer.