Changeset 92099 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 27, 2021 12:41:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92050 r92099 2921 2921 reporter.logXcpt(); 2922 2922 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 2923 2931 # The UUID for the name. 2924 2932 try:
Note:
See TracChangeset
for help on using the changeset viewer.