VirtualBox

Changeset 100215 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 19, 2023 5:26:37 PM (19 months ago)
Author:
vboxsync
Message:

creating windows test vm changes, txs installation changes for windows: edited readme files, added new script to autostart txs with right privileges

Location:
trunk/src/VBox/ValidationKit
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py

    r100182 r100215  
    20732073
    20742074        # 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',
    20762076               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',
    20782078               sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi'),
    20792079        #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  
    8181TestExecServiceFiles_EXEC_SOURCES.win     := \
    8282        $(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
    8486
    8587
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-readme.txt

    r96398 r100215  
    122122     nat)   start C:\Apps\vboxtxs-nat.reg
    123123     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.
     12410. 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
     12811. Make sure that the CD-ROM location is assigned to D: (via "Disk Management").
     12912. reboot / done
     13013. Do test.
    127131
    128132NT 3.1 and 3.x tricks:
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs-nat.reg

    r96398 r100215  
    99"DefaultPassword"="Please_put_your_secure_password_here_see_TestExecServ/vboxtxs-readme.txt"
    1010
    11 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
     11[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    1212"NTConfiguration"="c:\\Apps\\vboxtxs-nat.cmd"
    1313
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/win/vboxtxs.reg

    r96398 r100215  
    99"DefaultPassword"="Please_put_your_secure_password_here_see_TestExecServ/vboxtxs-readme.txt"
    1010
    11 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
     11[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    1212"NTConfiguration"="c:\\Apps\\vboxtxs.cmd"
    1313
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette