Changeset 92855 in vbox
- Timestamp:
- Dec 9, 2021 5:16:00 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92852 r92855 2241 2241 if self.fpApiVer >= 7.0 and hasattr(oNic.NATEngine.localhostReachable): 2242 2242 reporter.log(" localhostReachable: %s" % (oNic.NATEngine.localhostReachable,)); 2243 2243 2244 2244 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Bridged: 2245 2245 reporter.log(" attachmentType: Bridged (%s)" % (oNic.attachmentType,));
Note:
See TracChangeset
for help on using the changeset viewer.

