Changeset 71547 in vbox for trunk/src/VBox/ValidationKit/tests/api
- Timestamp:
- Mar 28, 2018 3:47:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71546 r71547 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 380 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)) 381 381 382 382 fRes = oSession.saveSettings()
Note:
See TracChangeset
for help on using the changeset viewer.