Changeset 86650 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Oct 20, 2020 2:26:02 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 141026
- Location:
- trunk/src/VBox/ValidationKit/tests/api
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdAppliance1.py
r86648 r86650 61 61 """ 62 62 fRc = True; 63 64 if not self.oTstDrv.importVBoxApi():65 return False66 63 67 64 # Import a set of simple OVAs. -
trunk/src/VBox/ValidationKit/tests/api/tdMoveVm1.py
r86648 r86650 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 147 151 # move machine 148 152 reporter.log('Moving machine "%s" to the "%s"' % (oVM.name, sLocation)) … … 232 236 233 237 reporter.log('####### Reference locations: #######') 234 for eachItem in a References:238 for eachItem in aActuals: 235 239 reporter.log(' "%s"' % (eachItem)) 236 240
Note:
See TracChangeset
for help on using the changeset viewer.