VirtualBox

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


Ignore:
Timestamp:
Oct 27, 2021 12:41:21 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Set required CFGM key required for test drivers. ​bugref:9896

File:
1 edited

Legend:

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

    r92050 r92099  
    29212921                reporter.logXcpt();
    29222922
     2923        # Needed to reach the host (localhost) from the guest. See xTracker #9896.
     2924        for iSlot in range(0, 32):
     2925            try:
     2926                sNetAdpName = self.oVBoxMgr.getEnumValueName('NetworkAdapterType', oVM.getNetworkAdapter(iSlot).adapterType)
     2927                self.oVBox.setExtraData(f'VBoxInternal/Devices/{sNetAdpName}/0/LUN#0/Config/LocalhostReachable', 'true');
     2928            except:
     2929                break
     2930
    29232931        # The UUID for the name.
    29242932        try:
Note: See TracChangeset for help on using the changeset viewer.

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