Changeset 102190 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 21, 2023 11:09:03 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r102189 r102190 2115 2115 sKind = 'Windows7', acCpusSup = range(1, 33), fIoApic = True), 2116 2116 TestVm('tst-win7-64', kfGrpStdSmoke, sHd = '7.0/win7-64/win7-64.vdi', 2117 sKind = 'Windows7_64', acCpusSup = range(1, 33), fIoApic = True), 2117 sKind = 'Windows7_64', acCpusSup = range(1, 33), fIoApic = True, 2118 sHddControllerType = 'SATA Controller'), 2118 2119 # Note: Deprecated due to activation issues; use t-win7-32-1 instead. 2119 2120 #TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32.vdi',
Note:
See TracChangeset
for help on using the changeset viewer.