Changeset 99450 in vbox
- Timestamp:
- Apr 19, 2023 6:46:22 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r99449 r99450 1967 1967 # invoked by pm_sm_authenticate(). Also, the distro's repositories can't be used either easily anymore due to old 1968 1968 # certificates and/or authentication methods. However, newer versions, such as OL6u9 or u10 should work fine. 1969 TestVm('tst-ol-6u2-32', kfGrpStdSmoke, sHd = '6.1/ol-6u2-x86.vdi',1970 sKind = 'Oracle', acCpusSup = range(1, 33), fIoApic = True,1971 asParavirtModesSup = [g_ksParavirtProviderKVM,]),1969 #TestVm('tst-ol-6u2-32', kfGrpStdSmoke, sHd = '6.1/ol-6u2-x86.vdi', 1970 # sKind = 'Oracle', acCpusSup = range(1, 33), fIoApic = True, 1971 # asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1972 1972 TestVm('tst-ubuntu-15_10-64-efi', kfGrpStdSmoke, sHd = '6.1/efi/ubuntu-15_10-efi-amd64-3.vdi', 1973 1973 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
Note:
See TracChangeset
for help on using the changeset viewer.