Changeset 100215 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 19, 2023 5:26:37 PM (19 months ago)
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py
r100182 r100215 2073 2073 2074 2074 # W10 2075 TestVm('tst-win10-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-x86 .vdi',2075 TestVm('tst-win10-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-x86-edited.vdi', 2076 2076 sKind = 'Windows10', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'), 2077 TestVm('tst-win10-64-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64 .vdi',2077 TestVm('tst-win10-64-efi', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64-edited.vdi', 2078 2078 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'), 2079 2079 #TestVm('tst-win10-64-efi-ich9', kfGrpStdSmoke, sHd = '4.2/efi/win10-efi-amd64.vdi', -
trunk/src/VBox/ValidationKit/utils/TestExecServ/Makefile.kmk
r98418 r100215 81 81 TestExecServiceFiles_EXEC_SOURCES.win := \ 82 82 $(PATH_SUB_CURRENT)/win/vboxtxs.cmd=>win/vboxtxs.cmd \ 83 $(PATH_SUB_CURRENT)/win/vboxtxs-nat.cmd=>win/vboxtxs-nat.cmd 83 $(PATH_SUB_CURRENT)/win/vboxtxs-add-task.cmd=>win/vboxtxs-add-task.cmd \ 84 $(PATH_SUB_CURRENT)/win/vboxtxs-nat.cmd=>win/vboxtxs-nat.cmd \ 85 $(PATH_SUB_CURRENT)/win/vboxtxs-add-task-nat.cmd=>win/vboxtxs-add-task-nat.cmd 84 86 85 87 -
trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt
r96398 r100215 122 122 nat) start C:\Apps\vboxtxs-nat.reg 123 123 other) start C:\Apps\vboxtxs.reg 124 10. Make sure that the CD-ROM location is assigned to D: (via "Disk Management"). 125 11. reboot / done 126 12. Do test. 124 10. Add vboxtxs in task scheduler and create an exception for windows defender 125 by running the script (use connection type from step 9) as Administrator: 126 nat) C:\Apps\vboxtxs-add-task-nat.cmd 127 other) C:\Apps\vboxtxs-add-task.cmd 128 11. Make sure that the CD-ROM location is assigned to D: (via "Disk Management"). 129 12. reboot / done 130 13. Do test. 127 131 128 132 NT 3.1 and 3.x tricks: -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs-nat.reg
r96398 r100215 9 9 "DefaultPassword"="Please_put_your_secure_password_here_see_TestExecServ/vboxtxs-readme.txt" 10 10 11 [ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]11 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] 12 12 "NTConfiguration"="c:\\Apps\\vboxtxs-nat.cmd" 13 13 -
trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs.reg
r96398 r100215 9 9 "DefaultPassword"="Please_put_your_secure_password_here_see_TestExecServ/vboxtxs-readme.txt" 10 10 11 [ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]11 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] 12 12 "NTConfiguration"="c:\\Apps\\vboxtxs.cmd" 13 13
Note:
See TracChangeset
for help on using the changeset viewer.