Changeset 92243 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
- Timestamp:
- Nov 5, 2021 3:49:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r92242 r92243 1641 1641 # Other attachments will fail if 'LocalhostReachable' extra data override is present 1642 1642 ## @todo r=andy Is this still needed, as we now have the API (see above) in place? 1643 sKey = 'VBoxInternal/Devices/%s/%d/LUN#0/Config/LocalhostReachable' % (sAdpName, i Slot);1643 sKey = 'VBoxInternal/Devices/%s/%d/LUN#0/Config/LocalhostReachable' % (sAdpName, iNic); 1644 1644 reporter.log2('Disabling "LocalhostReachable" (NAT) for network adapter "%s" in slot %d (key: %s)' % \ 1645 (sAdpName, i Slot, sKey));1645 (sAdpName, iNic, sKey)); 1646 1646 self.setExtraData(sKey, ''); 1647 1647 return True;
Note:
See TracChangeset
for help on using the changeset viewer.