Changeset 90246 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2021 5:26:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r90244 r90246 1937 1937 asParavirtModesSup = [g_ksParavirtProviderKVM,], sNic0AttachType = 'nat', sChipsetType = 'ich9', 1938 1938 sIommuType = 'amd'), 1939 TestVm('tst-ubuntu-20_04-64-vtd', kfGrpStdSmoke, sHd = '6.1/ubuntu-20_04-64.vdi',1940 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True,1941 asParavirtModesSup = [g_ksParavirtProviderKVM,], sNic0AttachType = 'nat', sChipsetType = 'ich9',1942 sIommuType = 'intel'),1939 #TestVm('tst-ubuntu-20_04-64-vtd', kfGrpStdSmoke, sHd = '6.1/ubuntu-20_04-64.vdi', 1940 # sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, 1941 # asParavirtModesSup = [g_ksParavirtProviderKVM,], sNic0AttachType = 'nat', sChipsetType = 'ich9', 1942 # sIommuType = 'intel'), 1943 1943 1944 1944 # Solaris
Note:
See TracChangeset
for help on using the changeset viewer.