Changeset 62007 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jul 4, 2016 1:11:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r62005 r62007 907 907 oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi', 908 908 sKind = 'Ubuntu_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 909 asParavirtModesSup = g_ksParavirtProviderKVM);909 asParavirtModesSup = [g_ksParavirtProviderKVM,]); 910 910 oSet.aoTestVms.append(oTestVm); 911 911
Note:
See TracChangeset
for help on using the changeset viewer.