Changeset 102521 in vbox
- Timestamp:
- Dec 7, 2023 1:08:46 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r101702 r102521 251 251 # We want predicable results. 252 252 # 253 # On macOS however this will result in HostOnly networking being used 254 # with an incompatible IP address, resulting in the TXS service not being 255 # able to contact the host. Until this is fixed properly just get along 256 # with inconsistent results, still better than completely failing testcases. 257 # 253 258 if eNic0AttachType is None: 254 if self.isLinux() \ 259 if utils.getHostOs() != 'darwin' \ 260 and oTestDrv.fpApiVer < 7.0 \ 261 and self.isLinux() \ 255 262 and ( 'ubuntu' in self.sKind.lower() 256 263 or 'debian' in self.sKind.lower()):
Note:
See TracChangeset
for help on using the changeset viewer.