Changeset 83954 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 23, 2020 3:46:34 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137509
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r82968 r83954 1902 1902 1903 1903 kaTestVMs = ( 1904 # Note: The images in the 6.1 folder all have been pre-configured to allow for Guest Additions installation 1905 # (come with build essentials, kernel headers). 1904 1906 # Linux 1907 TestVm('tst-ubuntu-18_04_3-64', kfGrpStdSmoke, sHd = '6.1/ubuntu-18_04_3-amd64.vdi', 1908 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, 1909 asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1910 TestVm('tst-ol-8_1-64-efi', kfGrpStdSmoke, sHd = '6.1/efi/ol-8_1-efi-amd64.vdi', 1911 sKind = 'Oracle_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 1912 asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1913 TestVm('tst-ol-6u2-32', kfGrpStdSmoke, sHd = '6.1/ol-6u2-x86.vdi', 1914 sKind = 'Oracle', acCpusSup = range(1, 33), fIoApic = True, 1915 asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1916 TestVm('tst-ubuntu-15_10-64-efi', kfGrpStdSmoke, sHd = '6.1/efi/ubuntu-15_10-efi-amd64.vdi', 1917 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 1918 asParavirtModesSup = [g_ksParavirtProviderKVM,]), 1919 # Note: Deprecated / buggy; use the one in the 6.1 folder. 1905 1920 TestVm('tst-ubuntu-15_10-64-efi', kfGrpStdSmoke, sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi', 1906 1921 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
Note:
See TracChangeset
for help on using the changeset viewer.