VirtualBox

Ignore:
Timestamp:
Feb 21, 2018 1:01:33 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120948
Message:

ValidationKit: Turn the warning about likely non-unique IP detected for the host into an error, and teach the vsheriff to look for it. Usually happens with Linux and Solaris, who cleverly map their FQDN to an IP in localnet through /etc/hosts. bugref:7994

File:
1 edited

Legend:

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

    r70847 r71084  
    188188    def getMainLog(self):
    189189        """
    190         Tries to reads the main log file since this will be the first source of information.
     190        Tries to read the main log file since this will be the first source of information.
    191191        """
    192192        if self.sMainLog:
     
    205205    def getLogFile(self, oFile):
    206206        """
    207         Tries to reads the given file as a utf-8 log file.
     207        Tries to read the given file as a utf-8 log file.
    208208        oFile is a TestFileDataEx instance.
    209209        Returns empty string if problems opening or reading the file.
     
    486486    ktReason_Host_Modprobe_Failed                      = ( 'Host',              'Modprobe failed' );
    487487    ktReason_Host_Install_Hang                         = ( 'Host',              'Install hang' );
     488    ktReason_Host_NetworkMisconfiguration              = ( 'Host',              'Network misconfiguration' );
    488489    ktReason_Networking_Nonexistent_host_nic           = ( 'Networking',        'Nonexistent host networking interface' );
    489490    ktReason_OSInstall_GRUB_hang                       = ( 'O/S Install',       'GRUB hang' );
     
    883884        ( True,  ktReason_OSInstall_Sata_no_BM,                     'PCHS=14128/14134/8224' ),
    884885        ( True,  ktReason_Host_DoubleFreeHeap,                      'double free or corruption' ),
     886        ( True,  ktReason_Host_NetworkMisconfiguration,             'most likely not unique' ),
    885887    ];
    886888
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