VirtualBox

Changeset 92952 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2021 7:59:39 AM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Fixed logging of localhostReachable attribute for NAT attachments (regression introduced in r148788). bugref:9896

File:
1 edited

Legend:

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

    r92855 r92952  
    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):
     2241                if self.fpApiVer >= 7.0 and hasattr(oNic.NATEngine, 'localhostReachable'):
    22422242                    reporter.log("    localhostReachable: %s" % (oNic.NATEngine.localhostReachable,));
    22432243
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