- Timestamp:
- Jan 17, 2024 2:07:16 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsUnattendedInst1.py
r102759 r102926 471 471 # pylint: disable=line-too-long 472 472 oSet.aoTestVms.extend([ 473 # 474 # 475 # x86/amd64 VMs 476 # 477 # 478 473 479 # 474 480 # Windows. The older windows ISOs requires a keyfile (for xp sp3 … … 554 560 555 561 # 556 # OS/2.557 #558 UnattendedVm(oSet, 'tst-acp2', 'OS2Warp45', '7.0/uaisos/acp2_us_cd2.iso'), # ~400MiB559 ## @todo mcp2 too?560 561 562 #563 #564 # ARM VMs565 #566 #567 UnattendedVm(oSet, 'tst-debian-11.8-arm64', 'Debian_arm64', '7.1/uaisos/debian-11.8.0-arm64-DVD-1.iso', # >=6GiB?568 UnattendedVm.kfAvoidNetwork, "ARM"),569 570 #571 562 # Debian 572 563 # … … 577 568 UnattendedVm(oSet, 'tst-debian-10.0-64', 'Debian_64', '6.0/uaisos/debian-10.0.0-amd64-DVD-1.iso', # >=6GiB? 578 569 UnattendedVm.kfAvoidNetwork), 570 571 # 572 # OS/2. 573 # 574 UnattendedVm(oSet, 'tst-acp2', 'OS2Warp45', '7.0/uaisos/acp2_us_cd2.iso'), # ~400MiB 575 ## @todo mcp2 too? 576 577 578 # 579 # 580 # ARM VMs 581 # 582 # 583 584 # 585 # Debian 586 # 587 UnattendedVm(oSet, 'tst-debian-11.8-arm64', 'Debian_arm64', '7.1/uaisos/debian-11.8.0-arm64-DVD-1.iso', # >=6GiB? 588 UnattendedVm.kfAvoidNetwork, "ARM"), 579 589 580 590 #
Note:
See TracChangeset
for help on using the changeset viewer.