Changeset 92141 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
- Timestamp:
- Oct 29, 2021 9:37:01 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r92050 r92141 1614 1614 if not self.setupNatForwardingForTxs(iNic): 1615 1615 return False; 1616 reporter.log('set NIC type on slot %s to %s for VM "%s"' % (iNic, eAttachmentType, self.sName));1616 reporter.log('set NIC attachment type on slot %s to %s for VM "%s"' % (iNic, eAttachmentType, self.sName)); 1617 1617 return True; 1618 1618
Note:
See TracChangeset
for help on using the changeset viewer.