Changeset 92128 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 28, 2021 8:59:50 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92126 r92128 2951 2951 if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT: 2952 2952 sAdpName = self.getNetworkAdapterNameFromType(oNic); 2953 reporter.log2('Enabling "LocalhostReachable" (NAT) for network adapter "%s" in slot %d' % (sAdpName, iSlot)); 2953 reporter.log2('Enabling "LocalhostReachable" (NAT) for network adapter "%s" in slot %d' % \ 2954 (sAdpName, iSlot)); 2954 2955 sKey = 'VBoxInternal/Devices/%s/%d/LUN#0/Config/LocalhostReachable' % \ 2955 2956 iSlot, sAdpName;
Note:
See TracChangeset
for help on using the changeset viewer.