Changeset 67747 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jul 3, 2017 8:08:19 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py ¶
r67746 r67747 870 870 oSet.aoTestVms.append(oTestVm); 871 871 872 """ 873 oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi', 874 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 875 sChipsetType = 'ich9'); 876 oSet.aoTestVms.append(oTestVm); 877 """ 872 #oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi', 873 # sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 874 # sChipsetType = 'ich9'); 875 #oSet.aoTestVms.append(oTestVm); 878 876 879 877 oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi', … … 929 927 oSet.aoTestVms.append(oTestVm); 930 928 931 """ 932 oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi', 933 sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9'); 934 oSet.aoTestVms.append(oTestVm); 935 """ 929 #oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi', 930 # sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9'); 931 #oSet.aoTestVms.append(oTestVm); 936 932 937 933 return oSet; … … 952 948 oSet.aoTestVms.append(oTestVm); 953 949 954 """ 955 oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi', 956 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 957 sChipsetType = 'ich9'); 958 oSet.aoTestVms.append(oTestVm); 959 """ 950 #oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi', 951 # sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi', 952 # sChipsetType = 'ich9'); 953 #oSet.aoTestVms.append(oTestVm); 960 954 961 955 oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi', … … 993 987 oSet.aoTestVms.append(oTestVm); 994 988 995 """ 996 oTestVm = TestVm(oSet, 'tst-sol11u1-ich9', sHd = '4.2/nat/sol11u1/t-sol11u1.vdi', 997 sKind = 'Solaris11_64', acCpusSup = range(1, 33), sNic0AttachType = 'nat', 998 fIoApic = True, sHddControllerType = 'SATA Controller', sChipsetType = 'ich9'); 999 oSet.aoTestVms.append(oTestVm); 1000 """ 989 #oTestVm = TestVm(oSet, 'tst-sol11u1-ich9', sHd = '4.2/nat/sol11u1/t-sol11u1.vdi', 990 # sKind = 'Solaris11_64', acCpusSup = range(1, 33), sNic0AttachType = 'nat', 991 # fIoApic = True, sHddControllerType = 'SATA Controller', sChipsetType = 'ich9'); 992 #oSet.aoTestVms.append(oTestVm); 1001 993 1002 994 oTestVm = TestVm(oSet, 'tst-nt4sp6', sHd = '4.2/nt4sp6/t-nt4sp6.vdi', … … 1040 1032 oSet.aoTestVms.append(oTestVm); 1041 1033 1042 """ 1043 oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi', 1044 sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9'); 1045 oSet.aoTestVms.append(oTestVm); 1046 """ 1034 #oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi', 1035 # sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9'); 1036 #oSet.aoTestVms.append(oTestVm); 1047 1037 1048 1038 return oSet;
Note:
See TracChangeset
for help on using the changeset viewer.