Changeset 92237 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 5, 2021 10:54:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92236 r92237 2937 2937 if self.fpApiVer >= 7.0: 2938 2938 # Needed to reach the host (localhost) from the guest. See xTracker #9896. 2939 for iSlot in range(0, 32):2939 for iSlot in range(0, self.oVBox.systemProperties.getMaxNetworkAdapters(oVM.chipsetType)): 2940 2940 try: 2941 2941 oNic = oVM.getNetworkAdapter(iSlot); … … 2956 2956 self.oVBox.setExtraData(sKey, ''); 2957 2957 except: 2958 pass;2958 reporter.logXcpt(); 2959 2959 2960 2960 # The UUID for the name.
Note:
See TracChangeset
for help on using the changeset viewer.