VirtualBox

Ignore:
Timestamp:
Mar 27, 2017 9:23:48 AM (8 years ago)
Author:
vboxsync
Message:

Validation Kit: re-enable automatic reboot of the testbox if scratch init fails backing out r114176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r66255 r66257  
    880880
    881881            # Automatically reboot if scratch init fails.
    882             #if self._cReinitScratchErrors > 8 and self.reinitScratch(cRetries = 3) is False:
    883             #    testboxcommons.log('Scratch does not initialize cleanly after %d attempts, rebooting...'
    884             #                       % ( self._cReinitScratchErrors, ));
    885             #    self._oCommand.doReboot();
     882            if self._cReinitScratchErrors > 8 and self.reinitScratch(cRetries = 3) is False:
     883                testboxcommons.log('Scratch does not initialize cleanly after %d attempts, rebooting...'
     884                                   % ( self._cReinitScratchErrors, ));
     885                self._oCommand.doReboot();
    886886
    887887            # delay a wee bit before looping.
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