Changeset 79945 in vbox
- Timestamp:
- Jul 24, 2019 12:11:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r79918 r79945 600 600 ktReason_Host_TSTInfo_Accuracy_OOR = ( 'Host', 'TSTInfo accuracy out of range' ); 601 601 ktReason_Networking_Nonexistent_host_nic = ( 'Networking', 'Nonexistent host networking interface' ); 602 ktReason_Networking_VERR_INTNET_FLT_IF_NOT_FOUND = ( 'Networking', 'VERR_INTNET_FLT_IF_NOT_FOUND' ); 602 603 ktReason_OSInstall_GRUB_hang = ( 'O/S Install', 'GRUB hang' ); 603 604 ktReason_OSInstall_Udev_hang = ( 'O/S Install', 'udev hang' ); … … 1001 1002 ( True, ktReason_Networking_Nonexistent_host_nic, 1002 1003 'rc=E_FAIL text="Nonexistent host networking interface, name \'eth0\' (VERR_INTERNAL_ERROR)"' ), 1004 ( True, ktReason_Networking_VERR_INTNET_FLT_IF_NOT_FOUND, 1005 'Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)' ), 1003 1006 ( True, ktReason_Host_Reboot_OSX_Watchdog_Timeout, ': "OSX Watchdog Timeout: ' ), 1004 1007 ( False, ktReason_XPCOM_NS_ERROR_CALL_FAILED,
Note:
See TracChangeset
for help on using the changeset viewer.