VirtualBox

vbox的更動 67039 路徑 trunk/src/VBox/ValidationKit


忽略:
時間撮記:
2017-5-23 上午11:33:27 (8 年 以前)
作者:
vboxsync
訊息:

ValidationKit: eliminate buggy task handling (oSession is always added by starting the VM and remmoved when terminating it, and oTxsSession can only be removed if it was added before)

位置:
trunk/src/VBox/ValidationKit/tests
檔案:
修改 8 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r65963 r67039  
    36573657        reporter.log("TxsSession: %s" % (oTxsSession,));
    36583658        if oSession is not None:
    3659             self.addTask(oSession);
     3659            self.addTask(oTxsSession);
    36603660
    36613661            fManual = False; # Manual override for local testing. (Committed version shall be False.)
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r65963 r67039  
    654654            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True);
    655655            if oSession is not None:
    656                 self.addTask(oSession);
     656                self.addTask(oTxsSession);
    657657
    658658                # Fudge factor - Allow the guest to finish starting up.
  • trunk/src/VBox/ValidationKit/tests/network/tdNetBenchmark1.py

    r62484 r67039  
    499499            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = True);
    500500            if oSession is not None:
    501                 self.addTask(oSession);
     501                self.addTask(oTxsSession);
    502502
    503503                # Fudge factor - Allow the guest to finish starting up.
  • trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py

    r64427 r67039  
    155155        oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True);
    156156        if oSession is not None:
    157             self.addTask(oSession);
     157            self.addTask(oTxsSession);
    158158
    159159            ## @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  
    10881088                oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True);
    10891089                if oSession is not None:
    1090                     self.addTask(oSession);
     1090                    self.addTask(oTxsSession);
    10911091
    10921092                    # Fudge factor - Allow the guest to finish starting up.
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py

    r62484 r67039  
    242242            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True);
    243243            if oSession is not None:
    244                 self.addTask(oSession);
     244                self.addTask(oTxsSession);
    245245
    246246                # Fudge factor - Allow the guest to finish starting up.
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageStress1.py

    r62484 r67039  
    396396            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = True);
    397397            if oSession is not None:
    398                 self.addTask(oSession);
     398                self.addTask(oTxsSession);
    399399
    400400                # Fudge factor - Allow the guest to finish starting up.
  • trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py

    r66247 r67039  
    505505            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(sVmName, fCdWait = False, fNatForwardingForTxs = False);
    506506            if oSession is not None:
    507                 self.addTask(oSession);
     507                self.addTask(oTxsSession);
    508508
    509509                # Fudge factor - Allow the guest to finish starting up.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette