Changeset 99449 in vbox
- Timestamp:
- Apr 19, 2023 6:41:56 AM (21 months ago)
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r99440 r99449 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 TestVm('tst-ol-6u10-32', kfGrpStdSmoke, sHd = '7.1/ol-6u10-x86.vdi', 1963 sKind = 'Oracle', acCpusSup = range(1, 33), fIoApic = True, 1964 asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1962 1965 # Note: Don't use this image for VBoxService / Guest Control-related tests anymore; 1963 1966 # The distro has a buggy dbus implementation, which crashes often in some dbus watcher functions when being
Note:
See TracChangeset
for help on using the changeset viewer.