VirtualBox

Ignore:
Timestamp:
Mar 22, 2017 4:34:42 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114122
Message:

vhseriff: don't reboot testboxes, just disable them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r65978 r66205  
    423423            # history and at least three in the last 10 results.
    424424            if iFirstOkay >= 2 and cBad > 2:
    425                 if oTestBoxLogic.hasTestBoxRecentlyBeenRebooted(idTestBox, cHoursBack = cHoursBack, tsNow = tsNow):
     425                # Frank: For now don't reboot boxes automatically
     426                if True or oTestBoxLogic.hasTestBoxRecentlyBeenRebooted(idTestBox, cHoursBack = cHoursBack, tsNow = tsNow):
    426427                    self.vprint(u'Disabling testbox #%u (%s) - iFirstOkay=%u cBad=%u cOkay=%u'
    427428                                % ( idTestBox, oTestBox.sName, iFirstOkay, cBad, cOkay));
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