Skip to content

Windows tests: Automatic Atheros card driver installation. #1237

Description

@agryska

The problem you're addressing (if any)

According to Post-installation setup - currently we have to install the driver manually. This can be automated using PowerShell over SSH

Describe the solution you'd like

Use powershell commands, for example:

Invoke-WebRequest https://www.ath-drivers.eu/qualcomm-atheros-download-drivers-nr-382-with-code-1633.html -OutFile .\win10-12.0.0.1016-whql.zip
Expand-Archive .\win10-12.0.0.1016-whql.zip
Get-ChildItem ".\win10-12.0.0.1016-whql\64bit\" -Recurse -Filter "*inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install }    

Where is the value to a user, and who might that user be?

Allow to automate the process in test scripts.

Describe alternatives you've considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions