Changeset 71084 in vbox for trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
- Timestamp:
- Feb 21, 2018 1:01:33 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r70847 r71084 188 188 def getMainLog(self): 189 189 """ 190 Tries to read sthe main log file since this will be the first source of information.190 Tries to read the main log file since this will be the first source of information. 191 191 """ 192 192 if self.sMainLog: … … 205 205 def getLogFile(self, oFile): 206 206 """ 207 Tries to read sthe given file as a utf-8 log file.207 Tries to read the given file as a utf-8 log file. 208 208 oFile is a TestFileDataEx instance. 209 209 Returns empty string if problems opening or reading the file. … … 486 486 ktReason_Host_Modprobe_Failed = ( 'Host', 'Modprobe failed' ); 487 487 ktReason_Host_Install_Hang = ( 'Host', 'Install hang' ); 488 ktReason_Host_NetworkMisconfiguration = ( 'Host', 'Network misconfiguration' ); 488 489 ktReason_Networking_Nonexistent_host_nic = ( 'Networking', 'Nonexistent host networking interface' ); 489 490 ktReason_OSInstall_GRUB_hang = ( 'O/S Install', 'GRUB hang' ); … … 883 884 ( True, ktReason_OSInstall_Sata_no_BM, 'PCHS=14128/14134/8224' ), 884 885 ( True, ktReason_Host_DoubleFreeHeap, 'double free or corruption' ), 886 ( True, ktReason_Host_NetworkMisconfiguration, 'most likely not unique' ), 885 887 ]; 886 888
Note:
See TracChangeset
for help on using the changeset viewer.