vbox的更動 67039 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2017-5-23 上午11:33:27 (8 年 以前)
- 位置:
- trunk/src/VBox/ValidationKit/tests
- 檔案:
-
- 修改 8 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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.
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器