DTM prefast test failed

Dear all
I use the DTM test first time. I’m testing the my driver using unclassified signature.
but inf test and prefast test failed.

but test is ok when using wdk(6000)'s chkinf test programme. why?

I have set the defects.xml file in DTM studio. the error is cmd /c PFDTest.cmd failed with ExitCode 1. Anyone can tell me why?

thank you very much.

huaping jiang

Dear all,
the following is the prefast test setting in DTM.
LogFileName to my driver’s Defects.xml
DriverBasePath is NULL (no change)
DriverSrcPath is NULL (no change)
DriverLibPath is NULL (no change)
LLU_NetAccessOnly is LLU_NAO(no change)

My test class is unclassified.

Is there any wrong with my setting?

thank you very much.

huaping jiang

huaping jiang wrote:

I have set the defects.xml file in DTM studio. the error is cmd /c
PFDTest.cmd failed with ExitCode 1. Anyone can tell me why?

Check your system path for directories containing special characters (parens, space, apostrophe, etc.) The existence of said directories in your path is known to make DTM choke on these tests.

thanks Chris.

huaping jiang

thanks Chris,
After reinstall the DTM client and rebuild the machine pool. It is ok, but I don’t have any idea of how can I make it work well.

huaping