Changeset 97171 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Oct 17, 2022 4:45:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r96407 r97171 653 653 ktReason_Host_InstallSourceAbsent = ( 'Host', 'ERROR_INSTALL_SOURCE_ABSENT' ); 654 654 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 655 ktReason_Host_DiskFull = ( 'Host', 'Host disk full' ); 655 656 ktReason_Host_DoubleFreeHeap = ( 'Host', 'Double free or corruption' ); 656 657 ktReason_Host_LeftoverService = ( 'Host', 'Leftover service' ); … … 1106 1107 katSimpleVmLogReasons = [ 1107 1108 # ( Whether to stop on hit, reason tuple, needle text. ) 1109 # Note: Works for ATA and VD drivers. 1110 ( False, ktReason_Host_DiskFull, '_DISKFULL' ), 1108 1111 ]; 1109 1112
Note:
See TracChangeset
for help on using the changeset viewer.