- Timestamp:
- Jan 11, 2017 4:22:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r65248 r65249 697 697 ( True, ktReason_Host_HostMemoryLow, 'Failed to procure handy pages; rc=VERR_NO_MEMORY' ), 698 698 ( True, ktReason_Unknown_File_Not_Found, 699 ' NS_ERROR_FAILURE text="File not found. (VERR_FILE_NOT_FOUND)"' ),699 'Error: failed to start machine. Error message: Not supported. (VERR_NOT_SUPPORTED)' ), 700 700 ]; 701 701 … … 842 842 # appear in the order that terminateVmBySession uploads them). 843 843 # 844 cTimes = 0; 844 845 sVMLog = None; 845 846 sNtHardLog = None; … … 854 855 if investigateLogSet() is True: 855 856 return True; 857 cTimes += 1; 856 858 sInfoText = None; 857 859 sVgaText = None; … … 875 877 876 878 if ( sVMLog is not None \ 877 or sNtHardLog is not None) \ 879 or sNtHardLog is not None \ 880 or cTimes == 0) \ 878 881 and investigateLogSet() is True: 879 882 return True;
Note:
See TracChangeset
for help on using the changeset viewer.