- Timestamp:
- Dec 16, 2021 7:59:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92855 r92952 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):2241 if self.fpApiVer >= 7.0 and hasattr(oNic.NATEngine, 'localhostReachable'): 2242 2242 reporter.log(" localhostReachable: %s" % (oNic.NATEngine.localhostReachable,)); 2243 2243
Note:
See TracChangeset
for help on using the changeset viewer.