- Timestamp:
- Nov 8, 2021 5:18:24 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148118
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py
r92269 r92275 2369 2369 if self.fpApiVer >= 7.0: 2370 2370 # Needed to reach the host (localhost) from the guest. See xTracker #9896. 2371 # Note: Do this right *after* the VM has been started.2372 2371 for iSlot in range(0, self.oVBox.systemProperties.getMaxNetworkAdapters(self.o.machine.chipsetType)): 2373 2372 try:
Note:
See TracChangeset
for help on using the changeset viewer.