VirtualBox

Ignore:
Timestamp:
May 23, 2017 11:33:27 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115618
Message:

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)

Location:
trunk/src/VBox/ValidationKit/tests/storage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.

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