VirtualBox

Ignore:
Timestamp:
Dec 7, 2023 1:08:46 PM (14 months ago)
Author:
vboxsync
Message:

ValidationKit/tests/tdGuestOsUnattendedInst1: Don't switch to hostonly on macOS as TXS is not able to connect to the host right now, bugref:10542

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py

    r101702 r102521  
    251251        # We want predicable results.
    252252        #
     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        #
    253258        if eNic0AttachType is None:
    254             if self.isLinux() \
     259            if utils.getHostOs() != 'darwin' \
     260               and oTestDrv.fpApiVer < 7.0 \
     261               and self.isLinux() \
    255262               and (   'ubuntu' in self.sKind.lower()
    256263                    or 'debian' in self.sKind.lower()):
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette