Changeset 66205 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Mar 22, 2017 4:34:42 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r65978 r66205 423 423 # history and at least three in the last 10 results. 424 424 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): 426 427 self.vprint(u'Disabling testbox #%u (%s) - iFirstOkay=%u cBad=%u cOkay=%u' 427 428 % ( idTestBox, oTestBox.sName, iFirstOkay, cBad, cOkay));
Note:
See TracChangeset
for help on using the changeset viewer.