VirtualBox

Changeset 84190 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 7, 2020 6:28:27 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Fixes for GA runlevel testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r84187 r84190  
    261261        fRc = False;
    262262        if oConsoleCallbacks is not None:
    263             # Wait for 5 minutes max.
    264263            tsStart = base.timestampMilli();
    265264            while base.timestampMilli() - tsStart < cMsTimeout:
    266                 oTask = self.waitForTasks(1000);
    267                 if oTask is not None:
    268                     break;
     265                self.sleep(1); # Do some busy waiting.
    269266                if self.fGAStatusCallbackFired:
    270267                    reporter.log('Reached new run level %s after %dms' %
     
    300297                           (oTestVm.sKind, oTestVm.sVmName,));
    301298            fRc = False;
    302         fRc = True;
    303299
    304300        #
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