Changeset 71226 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Mar 6, 2018 9:16:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM.py
r71225 r71226 188 188 # There are no any snapshots and logs. 189 189 # In this case only VM setting file should be moved (.vbox file) 190 # 190 # 191 191 #2. All disks attached to VM are located inside the VM's folder. 192 192 # There are no any snapshots and logs. 193 # 193 # 194 194 #3. There are snapshots. 195 195 # … … 201 201 #6. There is a floppy image (.img) attached to the VM. 202 202 # 203 #7. There are shareable disk and immutable disk attached to the VM. 204 # 205 #8. There is "read-only" disk attached to the VM. 203 #7. There are shareable disk and immutable disk attached to the VM. 204 # 205 #8. There is "read-only" disk attached to the VM. 206 206 207 207 try: … … 264 264 if fRc is False: 265 265 reporter.error('Error: Can\'t take snapshot "%s".' % (strSnapshot,)) 266 reporter.testFailure('Error: Can\'t take snapshot "%s".' % (strSnapshot,)) ;266 reporter.testFailure('Error: Can\'t take snapshot "%s".' % (strSnapshot,)) 267 267 268 268 aoMediumAttachments = aMachine.getMediumAttachmentsOfController(sController)
Note:
See TracChangeset
for help on using the changeset viewer.