VirtualBox

Changeset 92128 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 28, 2021 8:59:50 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147947
Message:

Audio/Validation Kit: More code needed for setting the required CFGM key for test drivers using NAT attachment types [pylint]. ​bugref:9896 bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r92126 r92128  
    29512951                    if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT:
    29522952                        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));
    29542955                        sKey = 'VBoxInternal/Devices/%s/%d/LUN#0/Config/LocalhostReachable' % \
    29552956                               iSlot, sAdpName;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette