- Timestamp:
- Mar 27, 2017 3:30:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r66205 r66267 466 466 ktReason_Host_DriverNotUnloading = ( 'Host', 'Driver not unloading' ); 467 467 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 468 ktReason_Host_LeftoverService = ( 'Host', 'Leftover service' ); 468 469 ktReason_Host_Reboot_OSX_Watchdog_Timeout = ( 'Host Reboot', 'OSX Watchdog Timeout' ); 469 470 ktReason_Networking_Nonexistent_host_nic = ( 'Networking', 'Nonexistent host networking interface' ); … … 649 650 katSimpleInstallUninstallMainLogReasons = [ 650 651 # ( Whether to stop on hit, reason tuple, needle text. ) 652 ( False, ktReason_Host_LeftoverService, 653 'SERVICE_NAME: vbox' ), 651 654 ]; 652 655
Note:
See TracChangeset
for help on using the changeset viewer.