VirtualBox

Ignore:
Timestamp:
Dec 9, 2021 4:53:56 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148788
Message:

Validation Kit/testdriver: Add logging of localhostReachable attribute for NAT attachments. bugref:9896

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r92850 r92852  
    22392239                if self.fpApiVer >= 4.1:
    22402240                    reporter.log("    nat-network:    %s" % (oNic.NATNetwork,));
     2241                if self.fpApiVer >= 7.0 and hasattr(oNic.NATEngine.localhostReachable):
     2242                    reporter.log("    localhostReachable: %s" % (oNic.NATEngine.localhostReachable,));
     2243                   
    22412244            elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Bridged:
    22422245                reporter.log("    attachmentType: Bridged (%s)" % (oNic.attachmentType,));
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