Changeset 95787 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jul 22, 2022 3:06:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r95093 r95787 2002 2002 2003 2003 # W7 2004 TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32 .vdi',2004 TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32-1.vdi', 2005 2005 sKind = 'Windows7', acCpusSup = range(1, 33), fIoApic = True), 2006 # Note: Deprecated due to activation issues; use t-win7-32-1 instead. 2007 #TestVm('tst-win7', kfGrpStdSmoke, sHd = '6.1/win7-32/t-win7-32.vdi', 2008 # sKind = 'Windows7', acCpusSup = range(1, 33), fIoApic = True), 2006 2009 # Note: Deprecated; use the one in the 6.1 folder. 2007 2010 #TestVm('tst-win7', kfGrpStdSmoke, sHd = '4.2/win7-32/t-win7.vdi',
Note:
See TracChangeset
for help on using the changeset viewer.