Changeset 64947 in vbox
- Timestamp:
- Dec 17, 2016 3:46:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r64946 r64947 444 444 ktReason_Host_HostMemoryLow = ( 'Host', 'HostMemoryLow' ); 445 445 ktReason_Host_DriverNotLoaded = ( 'Host', 'Driver not loaded' ); 446 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 446 447 ktReason_Host_Reboot_OSX_Watchdog_Timeout = ( 'Host Reboot', 'OSX Watchdog Timeout' ); 447 448 ktReason_Networking_Nonexistent_host_nic = ( 'Networking', 'Nonexistent host networking interface' ); … … 700 701 # ( Whether to stop on hit, reason tuple, needle text. ) 701 702 ( True, ktReason_Host_DriverNotLoaded, 'Error opening VBoxDrvStub: STATUS_OBJECT_NAME_NOT_FOUND' ), 703 ( True, ktReason_Host_NotSignedWithBuildCert, 'Not signed with the build certificate' ), 702 704 ]; 703 705
Note:
See TracChangeset
for help on using the changeset viewer.