- Timestamp:
- May 23, 2017 11:33:27 AM (7 years ago)
- Location:
- trunk/src/VBox/ValidationKit/tests
- Files:
-
- 8 edited
-
additions/tdAddGuestCtrl.py (modified) (1 diff)
-
autostart/tdAutostart1.py (modified) (1 diff)
-
network/tdNetBenchmark1.py (modified) (1 diff)
-
smoketests/tdSmokeTest1.py (modified) (1 diff)
-
storage/tdStorageBenchmark1.py (modified) (1 diff)
-
storage/tdStorageSnapshotMerging1.py (modified) (1 diff)
-
storage/tdStorageStress1.py (modified) (1 diff)
-
usb/tdUsb1.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r65963 r67039 3657 3657 reporter.log("TxsSession: %s" % (oTxsSession,)); 3658 3658 if oSession is not None: 3659 self.addTask(o Session);3659 self.addTask(oTxsSession); 3660 3660 3661 3661 fManual = False; # Manual override for local testing. (Committed version shall be False.) -
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r65963 r67039 654 654 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True); 655 655 if oSession is not None: 656 self.addTask(o Session);656 self.addTask(oTxsSession); 657 657 658 658 # Fudge factor - Allow the guest to finish starting up. -
trunk/src/VBox/ValidationKit/tests/network/tdNetBenchmark1.py
r62484 r67039 499 499 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = True); 500 500 if oSession is not None: 501 self.addTask(o Session);501 self.addTask(oTxsSession); 502 502 503 503 # Fudge factor - Allow the guest to finish starting up. -
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r64427 r67039 155 155 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True); 156 156 if oSession is not None: 157 self.addTask(o Session);157 self.addTask(oTxsSession); 158 158 159 159 ## @todo do some quick tests: save, restore, execute some test program, shut down the guest. -
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. -
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r66247 r67039 505 505 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = False); 506 506 if oSession is not None: 507 self.addTask(o Session);507 self.addTask(oTxsSession); 508 508 509 509 # Fudge factor - Allow the guest to finish starting up.
Note:
See TracChangeset
for help on using the changeset viewer.

