Changeset 93152 in vbox
- Timestamp:
- Jan 9, 2022 1:50:16 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r93115 r93152 246 246 # Use host-only networks instead of host-only adapters for trunk builds on Mac OS. 247 247 # 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: 251 251 eNic0AttachType = vboxcon.NetworkAttachmentType_HostOnlyNetwork; 252 252 … … 258 258 # Adjust the ram, I/O APIC and stuff. 259 259 # 260 261 260 oSession = oTestDrv.openSession(oVM); 262 261 if oSession is None: … … 519 518 UnattendedVm(oSet, 'tst-ubuntu-19.04-64', 'Ubuntu_64', '6.0/uaisos/ubuntu-19.04-desktop-amd64.iso', # >=6GiB 520 519 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? 521 525 ]); 522 526 # pylint: enable=line-too-long
Note:
See TracChangeset
for help on using the changeset viewer.

