I am running HLK tests for a UMDF driver and almost all of the tests are passing, except the ApiValidator tests for my driver and device node. In both cases, the error is:
"The driverPackage folder specified with QueryValidateDriverFolder must exist"
How can I know where this driver folder should be? I have tried running the tests directly (not part of a playlist) as well as part of a playlist.
There is an additional test, "ApiValidator for ARM64EC", where I can configure it with a folder containing my driver built for ARM64EC and that test is passing, but there seems to be no such configuration for the native driver.