Changeset 100639 in vbox
- Timestamp:
- Jul 18, 2023 5:51:25 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r100480 r100639 2059 2059 TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32-1.vdi', 2060 2060 sKind = 'Windows7', acCpusSup = range(1, 33), fIoApic = True), 2061 TestVm('tst-win7-64', kfGrpStdSmoke, sHd = '7.0/win7-64/win7-64.vdi', 2062 sKind = 'Windows7_64', acCpusSup = range(1, 33), fIoApic = True), 2061 2063 # Note: Deprecated due to activation issues; use t-win7-32-1 instead. 2062 2064 #TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32.vdi', … … 2073 2075 2074 2076 # W10 2075 TestVm('tst-win10-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-x86-edited .vdi',2077 TestVm('tst-win10-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-x86-edited2.vdi', 2076 2078 sKind = 'Windows10', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'), 2077 TestVm('tst-win10-64-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64-edited .vdi',2079 TestVm('tst-win10-64-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64-edited2.vdi', 2078 2080 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'), 2079 2081 #TestVm('tst-win10-64-efi-ich9', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64.vdi', … … 2081 2083 2082 2084 # W11 2083 TestVm('tst-win11-64-efi', kfGrpStdSmoke, sHd = '7.0/win11/win11-64-edit -by-ksenia.vdi',2085 TestVm('tst-win11-64-efi', kfGrpStdSmoke, sHd = '7.0/win11/win11-64-edited.vdi', 2084 2086 sKind = 'Windows11_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'), 2085 2087
Note:
See TracChangeset
for help on using the changeset viewer.