Changeset 99440 in vbox
- Timestamp:
- Apr 18, 2023 9:54:25 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r99439 r99440 1960 1960 sKind = 'Oracle_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 1961 1961 asParavirtModesSup = [g_ksParavirtProviderKVM,], fSecureBoot = True, sUefiMokPathPrefix = '7.0/mok/vbox-test-MOK'), 1962 # Note: Don't use this image for VBoxService / Guest Control-related tests anymore; 1963 # The distro has a buggy dbus implementation, which crashes often in some dbus watcher functions when being 1964 # invoked by pm_sm_authenticate(). Also, the distro's repositories can't be used either easily anymore due to old 1965 # certificates and/or authentication methods. However, newer versions, such as OL6u9 or u10 should work fine. 1962 1966 TestVm('tst-ol-6u2-32', kfGrpStdSmoke, sHd = '6.1/ol-6u2-x86.vdi', 1963 1967 sKind = 'Oracle', acCpusSup = range(1, 33), fIoApic = True,
Note:
See TracChangeset
for help on using the changeset viewer.