Changeset 92244 in vbox for trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
- Timestamp:
- Nov 5, 2021 4:15:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r92243 r92244 2351 2351 if not self.setupAudio(eAudioCtlType): fRc = False; 2352 2352 2353 if self.fpApiVer >= 7.0: 2354 # Needed to reach the host (localhost) from the guest. See xTracker #9896. 2355 # Note: Do this right *after* the VM has been started. 2356 for iSlot in range(0, self.oVBox.systemProperties.getMaxNetworkAdapters(self.o.machine.chipsetType)): 2357 try: 2358 self.setNicLocalhostReachable(True, iSlot); 2359 except: 2360 reporter.logXcpt(); 2361 2353 2362 return fRc; 2354 2363
Note:
See TracChangeset
for help on using the changeset viewer.