VirtualBox

Changeset 83954 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Apr 23, 2020 3:46:34 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137509
Message:

Validation Kit/VMs: Added whole new set of test VMs for Guest Additions testing:

  • Ubuntu 18.04.3, 64-bit
  • Ubuntu 15.10, EFI, 64-bit
  • Oracle Linux 6.2 (6u2), 32-bit
  • Oracle Linux 8.1, EFI, 64-bit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r82968 r83954  
    19021902
    19031903    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).
    19041906        # 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.
    19051920        TestVm('tst-ubuntu-15_10-64-efi',   kfGrpStdSmoke,        sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi',
    19061921               sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette