Changeset 67039 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- May 23, 2017 11:33:27 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115618
- Location:
- trunk/src/VBox/ValidationKit/tests/storage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r66253 r67039 1088 1088 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True); 1089 1089 if oSession is not None: 1090 self.addTask(o Session);1090 self.addTask(oTxsSession); 1091 1091 1092 1092 # Fudge factor - Allow the guest to finish starting up. -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r62484 r67039 242 242 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True); 243 243 if oSession is not None: 244 self.addTask(o Session);244 self.addTask(oTxsSession); 245 245 246 246 # Fudge factor - Allow the guest to finish starting up. -
trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py
r62484 r67039 396 396 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True); 397 397 if oSession is not None: 398 self.addTask(o Session);398 self.addTask(oTxsSession); 399 399 400 400 # Fudge factor - Allow the guest to finish starting up.
Note:
See TracChangeset
for help on using the changeset viewer.