Share via

[HLK] Driver attribute test fails with "Driver package folder is not specified."

Abhishek Naik 20 Reputation points
2026-02-20T07:05:23.2433333+00:00

Hello,

I am using VHLK to execute HLK test cases for my PCIe device.

All test cases are passing except the Driver Attribute Test. The test report shows the following error:Screenshot from 2026-02-20 12-22-36

From the logs, it appears that HLK Studio is unable to locate the driver package installed for the device.

However, I do not see any option in the test parameters to specify or provide the driver package path.

  • Is there a way to manually provide the driver package folder path?
  • Or is there a specific packaging or submission step that I may be missing?

Any guidance would be greatly appreciated.

Thank you.

VHLK Version: [Please specify version here]

Screenshot from 2026-02-20 12-24-44

Screenshot from 2026-02-20 12-25-33

Windows development | Windows Driver Kit (WDK)
0 comments No comments

Answer accepted by question author
  1. Tom Tran (WICLOUD CORPORATION) 4,765 Reputation points Microsoft External Staff Moderator
    2026-02-23T09:59:57.58+00:00

    Hi @Abhishek Naik ,

    Thanks for sharing your details and screenshots!

    From my understanding, the Driver Attribute Test (ApiValidator) depends on an internal parameter named QueryValidateDriverFolder, which represents the path to the driver package being validated. If HLK cannot resolve this path, the test will fail early with the message you’re seeing. Microsoft’s test definition confirms that this parameter must point to the driver folder under validation.

    In HLK, this value is not manually entered in the test UI. Instead, it is automatically populated from the driver package that is associated with the project in the Package tab.

    In most cases, this failure occurs when the driver package has not been added (or does not match the installed driver) in the project package configuration.

    Could you please verify the following:

    1. Open your project in HLK Studio
    2. Go to the Package tab
    3. Confirm that your driver was added using Add Driver Folder

    Per the HLK workflow, the driver package used for testing should be added from the Package tab prior to running ApiValidator/Driver Attribute tests.


    I also found a similar post, perhaps you could find some useful information in it:

    Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classifies as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.


    Hope this helps! If you have any questions, please feel free to comment below. I'll be happy to assist!


0 additional answers

Sort by: Most 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.