Changeset 92050 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Oct 25, 2021 4:58:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r82968 r92050 242 242 if self.sKind in ('WindowsXP','WindowsXP_64',): 243 243 eNic0AttachType = vboxcon.NetworkAttachmentType_HostOnly; 244 245 # 246 # Use host-only networks instead of host-only adapters for trunk builds on Mac OS. 247 # 248 if eNic0AttachType == vboxcon.NetworkAttachmentType_HostOnly \ 249 and utils.getHostOs() == 'darwin' \ 250 and oTestDrv.fpApiVer >= 7.0: 251 eNic0AttachType = vboxcon.NetworkAttachmentType_HostOnlyNetwork; 244 252 245 253 return vboxtestvms.BaseTestVm._createVmDoIt(self, oTestDrv, eNic0AttachType, sDvdImage);
Note:
See TracChangeset
for help on using the changeset viewer.