VirtualBox

Changeset 65249 in vbox for trunk


Ignore:
Timestamp:
Jan 11, 2017 4:22:12 PM (8 years ago)
Author:
vboxsync
Message:

vsheriff: Must check out VM runs w/o any additional logs too. duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r65248 r65249  
    697697        ( True,  ktReason_Host_HostMemoryLow,                       'Failed to procure handy pages; rc=VERR_NO_MEMORY' ),
    698698        ( 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)' ),
    700700    ];
    701701
     
    842842        # appear in the order that terminateVmBySession uploads them).
    843843        #
     844        cTimes      = 0;
    844845        sVMLog      = None;
    845846        sNtHardLog  = None;
     
    854855                        if investigateLogSet() is True:
    855856                            return True;
     857                        cTimes += 1;
    856858                    sInfoText   = None;
    857859                    sVgaText    = None;
     
    875877
    876878        if    (   sVMLog     is not None \
    877                or sNtHardLog is not None) \
     879               or sNtHardLog is not None \
     880               or cTimes == 0) \
    878881          and investigateLogSet() is True:
    879882            return True;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette