Changeset 77619 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Mar 8, 2019 2:17:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r77497 r77619 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-1804-64', kfGrpStdSmoke, sHd = '4.2/ubuntu-1804/t-ubuntu-1804-64.vdi', 1074 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True), 1073 # disabled 2019-03-08 klaus - fails all over the place and pollutes the test results 1074 #TestVm('tst-ubuntu-1804-64', kfGrpStdSmoke, sHd = '4.2/ubuntu-1804/t-ubuntu-1804-64.vdi', 1075 # sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True), 1075 1076 TestVm('tst-ol76-64', kfGrpStdSmoke, sHd = '4.2/ol76/t-ol76-64.vdi', 1076 1077 sKind = 'Oracle_64', acCpusSup = range(1, 33), fIoApic = True),
Note:
See TracChangeset
for help on using the changeset viewer.