VirtualBox

Changeset 67036 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 23, 2017 11:27:43 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: in benchmarks eliminate redundant task updating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py

    r62484 r67036  
    9292        oSession = self.startVm(oVM, sName = oTestVm.sVmName, asEnv = asEnv);
    9393        if oSession is not None:
    94             self.addTask(oSession);
    95 
    9694            cMsTimeout = 15*60*1000;
    9795            if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ...
     
    9997
    10098            oRc = self.waitForTasks(cMsTimeout);
    101             self.removeTask(oSession);
    10299            if oRc == oSession:
    103100                fRc = oSession.assertPoweredOff();
Note: See TracChangeset for help on using the changeset viewer.

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