VirtualBox

Changeset 93152 in vbox


Ignore:
Timestamp:
Jan 9, 2022 1:50:16 AM (3 years ago)
Author:
vboxsync
Message:

ValKit/tdGuestOsUnattendedInst1.py: Added tst-acp2 (OS2).

File:
1 edited

Legend:

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

    r93115 r93152  
    246246        # Use host-only networks instead of host-only adapters for trunk builds on Mac OS.
    247247        #
    248         if eNic0AttachType == vboxcon.NetworkAttachmentType_HostOnly \
    249             and utils.getHostOs() == 'darwin' \
    250             and oTestDrv.fpApiVer >= 7.0:
     248        if     eNic0AttachType  == vboxcon.NetworkAttachmentType_HostOnly \
     249           and utils.getHostOs() == 'darwin' \
     250           and oTestDrv.fpApiVer >= 7.0:
    251251            eNic0AttachType = vboxcon.NetworkAttachmentType_HostOnlyNetwork;
    252252
     
    258258        # Adjust the ram, I/O APIC and stuff.
    259259        #
    260 
    261260        oSession = oTestDrv.openSession(oVM);
    262261        if oSession is None:
     
    519518            UnattendedVm(oSet, 'tst-ubuntu-19.04-64',   'Ubuntu_64', '6.0/uaisos/ubuntu-19.04-desktop-amd64.iso',    # >=6GiB
    520519                         UnattendedVm.kfNoGAs),
     520            #
     521            # OS/2.
     522            #
     523            UnattendedVm(oSet, 'tst-acp2',              'OS2Warp45', '7.0/uaisos/acp2_us_cd2.iso'),                  # ~400MiB
     524            ## @todo mcp2 too?
    521525        ]);
    522526        # pylint: enable=line-too-long
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