VirtualBox

Changeset 71088 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Feb 21, 2018 4:37:40 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120952
Message:

ValidationKit: Move the non-unique IP detection to the right place in vsheriff. This doesn't get close to a VM run.

File:
1 edited

Legend:

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

    r71084 r71088  
    884884        ( True,  ktReason_OSInstall_Sata_no_BM,                     'PCHS=14128/14134/8224' ),
    885885        ( True,  ktReason_Host_DoubleFreeHeap,                      'double free or corruption' ),
    886         ( True,  ktReason_Host_NetworkMisconfiguration,             'most likely not unique' ),
    887886    ];
    888887
     
    12111210                self.investigateVMResult(oCaseFile, oFailedResult, sResultLog);
    12121211
     1212            elif sResultLog.find('most likely not unique') > 0:
     1213                oCaseFile.noteReasonForId(self.ktReason_Host_NetworkMisconfiguration, oFailedResult.idTestResult)
    12131214            elif sResultLog.find('Exception: 0x800706be (Call to remote object failed (NS_ERROR_CALL_FAILED))') > 0:
    12141215                oCaseFile.noteReasonForId(self.ktReason_XPCOM_NS_ERROR_CALL_FAILED, oFailedResult.idTestResult);
Note: See TracChangeset for help on using the changeset viewer.

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