Changeset 86648 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 20, 2020 1:59:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141024
- Location:
- trunk/src/VBox/ValidationKit/tests/api
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r82968 r86648 61 61 """ 62 62 fRc = True; 63 64 if not self.oTstDrv.importVBoxApi(): 65 return False 63 66 64 67 # Import a set of simple OVAs. -
trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py
r86505 r86648 145 145 fRc = True 146 146 try: 147 148 ## @todo r=bird: Too much unncessary crap inside try clause. Only oVM.moveTo needs to be here.149 ## Though, you could make an argument for oVM.name too, perhaps.150 151 147 # move machine 152 148 reporter.log('Moving machine "%s" to the "%s"' % (oVM.name, sLocation)) … … 236 232 237 233 reporter.log('####### Reference locations: #######') 238 for eachItem in a Actuals:234 for eachItem in aReferences: 239 235 reporter.log(' "%s"' % (eachItem)) 240 236
Note:
See TracChangeset
for help on using the changeset viewer.