Changeset 92852 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Dec 9, 2021 4:53:56 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92850 r92852 2239 2239 if self.fpApiVer >= 4.1: 2240 2240 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 2241 2244 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Bridged: 2242 2245 reporter.log(" attachmentType: Bridged (%s)" % (oNic.attachmentType,));
Note:
See TracChangeset
for help on using the changeset viewer.