Changeset 71546 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Mar 28, 2018 3:43:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71545 r71546 377 377 fRes = oSession.detachHd(sController, iPort, 0) 378 378 if fRes is False: 379 reporter.log('5th scenario: Couldn\'t detach image from the controller %s port %s device %s' % (sController, iPort, 0)) 379 reporter.log('5th scenario: Couldn\'t detach image from the controller %s 380 port %s device %s' % (sController, iPort, 0)) 380 381 381 382 fRes = oSession.saveSettings() … … 576 577 os.mkdir(sNewLoc, 0o775) 577 578 578 #At moment, it's used only one snapshot due to the difficulty to get 579 #At moment, it's used only one snapshot due to the difficulty to get 579 580 #all attachments of the machine (i.e. not only attached at moment) 580 581 cSnap = 1 … … 595 596 for oAttachment in aoMediumAttachments: 596 597 sRes = oAttachment.medium.location.rpartition(os.sep) 597 dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep + 'Snapshots' + os.sep + sRes[2]) 598 dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep + 599 'Snapshots' + os.sep + sRes[2]) 598 600 599 601 sSettingFile = os.path.join(sNewLoc, os.path.join(oMachine.name, oMachine.name + '.vbox'))
Note:
See TracChangeset
for help on using the changeset viewer.