- Timestamp:
- Mar 6, 2018 9:55:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM.py
r71227 r71228 255 255 os.mkdir(sMoveLoc, 0o775) 256 256 257 ic= 5258 for counter in range(1, ic+1):257 cSnap = 5 258 for counter in range(1,cSnap+1): 259 259 strSnapshot = 'Snapshot' + str(counter) 260 260 fRc = fRc and oSession.takeSnapshot(strSnapshot)
Note:
See TracChangeset
for help on using the changeset viewer.