Changeset 68142 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Jul 27, 2017 4:20:00 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117229
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r68141 r68142 835 835 def investigateInfoHalReturnToFirmware(self, oCaseFile, sInfoText, dLogs): 836 836 """ Investigates HalReturnToFirmware hangs """ 837 del oCaseFile 838 del sInfoText 839 del dLogs 837 840 # hope that's sufficient 838 return (True, ktReason_Unknown_HalReturnToFirmware);841 return (True, self.ktReason_Unknown_HalReturnToFirmware); 839 842 840 843 ## Things we search a main or VM log for to figure out why something went bust.
Note:
See TracChangeset
for help on using the changeset viewer.