Changeset 77491 in vbox
- Timestamp:
- Feb 27, 2019 8:32:42 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r76886 r77491 1071 1071 TestVm('tst-arch', kfGrpStandard, sHd = '4.2/usb/tst-arch.vdi', 1072 1072 sKind = 'ArchLinux_64', acCpusSup = range(1, 33), fIoApic = True, sNic0AttachType = 'nat'), 1073 TestVm('tst-ubuntu-180401-64', kfGrpStdSmoke, sHd = '4.2/ubuntu-180401/t-ubuntu-180401-64.vdi', 1074 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True), 1075 TestVm('tst-ol76-64', kfGrpStdSmoke, sHd = '4.2/ol76/t-ol76-64.vdi', 1076 sKind = 'Oracle_64', acCpusSup = range(1, 33), fIoApic = True), 1073 1077 1074 1078 # Solaris
Note:
See TracChangeset
for help on using the changeset viewer.