VirtualBox

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


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

ValidationKit: Makes no sense to add task A and remove task B (and oSession is already added by starting the VM and will be removed when terminating it). Causes a leftover SessionWrapper, which keeps API objects alive.

檔案:
修改 1 筆資料

圖例:

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

    r62484 r67032  
    5757    """
    5858    ## @todo
    59     # - More of the settings stuff can e and need to be generalized!
     59    # - More of the settings stuff can be and need to be generalized!
    6060    #
    6161
     
    128128                                                                  sFileCdWait = 'AUTORUN.INF');
    129129        if oSession is not None:
    130             self.addTask(oSession);
     130            self.addTask(oTxsSession);
    131131            # Do the testing.
    132132            reporter.testStart('Install');
     
    146146            reporter.testDone(fSkip);
    147147
    148             ## @todo Save an restore test.
     148            ## @todo Save and restore test.
    149149
    150150            ## @todo Reset tests.
     
    154154            # Cleanup.
    155155            self.removeTask(oTxsSession);
    156             #self.terminateVmBySession(oSession)
     156            self.terminateVmBySession(oSession)
    157157        return fRc;
    158158
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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