[HLK] Driver attribute test fails with "Driver package folder not found"

Kai Liu 0 Reputation points
2026-06-24T02:25:56.6+00:00

Hello,

I am using HLK (Server Side) to execute HLK test cases for my TouchScreen device system 25H2 (Client Side).

All test cases are passing except the Driver Attribute Test. The test report shows the following error :

Test Authoring and Execution Framework v10.99k for x64 StartGroup: Microsoft.Hardware.Kits.Tests.DriverCatalogHlkTest.DrvCatHlk.ValidateWDKDriverAttributes Verify: IsNotNull(WEX.TestExecution.TestContextImplementation) Error: Driver package folder not found: C:\Windows\System32\DriverStore\FileRepository\input.inf_amd64_11c43843cd0e7ff2 EndGroup: Microsoft.Hardware.Kits.Tests.DriverCatalogHlkTest.DrvCatHlk.ValidateWDKDriverAttributes [Failed]

I noticed that on the HLK Server, the driver package path ends with input.inf_amd64_xxxxxx9a46d8, while on the Client device, it is input.inf_amd64_xxxxxxa38ce.

It appears that the server consistently keeps referencing a path ending with something like e7ff2. However, this directory does not actually exist on the system.

Would removing and re-adding the device ( which would require re-running all tests ) actually resolve the issue, or is there a better solution ?

Thank you.

Windows development | Windows Driver Kit (WDK)

1 answer

Sort by: Oldest
  1. Darth Tester 70 Reputation points
    2026-08-17T14:14:57.8533333+00:00

    Hi Kai!

    In my experience, I have seen this failure once.

    It was due to syntax errors in the INF driver file.

    I suggest you check it.

    Hope this helps.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.