hello,
Thomas Divine: i went by your advice, and configured the DTM for unclassified test. thanks.
Dave Cattley: thanks for your findings and nice explaination
there are couple of questions i want ask.
for testing driver on the xp and 2k3 i did like this.
(1) Went to the device console
(2) Create a new submission.
(2) Select Xp.
(3) Unclassified…
…
…
(4) provided my INF file. (Load)
(5) Finish
in the right side, in available jobs, i selected the “Driver relieability”
(6) Add Selected
(6) Schedule Jobs.
there is a test under the node “Driver relieability”" named
“Pnpdtest with concurrent IO in parallel with DevPathExer - Library Job”
when i run this test on XP this fails. i investigated and found this link
http://msdn.microsoft.com/en-us/library/dd450424.aspx
this link says that this is only meant for “Vista” NOT “XP”
should i only check this test for Vista?
the tests that failed are
(1) Run Pnpdtest
(2) Run pwrtest
(3) DevPathExer
(1) Pnpdtest with concurrent IO in parallel with DevPathExer - Library Job->>>Run Pnpdtest
The Execute Task with Commandline
cmd /c pnpdtest.exe /device All /concurrentio /timedstress 10 /driverpath C:\WTT\JobsWorkingDir\Tasks\WTTJobRun52738184-055D-4F7E-97F2-E8B65E89C563 /noenddialog
Failed with ExitCode c0000005 (STATUS_ACCESS_VIOLATION - The instruction at “0x%08lx” referenced memory at “0x%08lx”. The memory could not be “%s”.)
(2) Pnpdtest with concurrent IO in parallel with DevPathExer - Library Job->>>Run pwrtest
The Execute Task with Commandline
cmd /c pwrtest /sleep /c:4 /d:300 /s:all
Failed with ExitCode 259
(3) Pnpdtest with concurrent IO in parallel with DevPathExer - Library Job->>>Run DevPathExer
The Execute Task with Commandline
cmd /c devpathexer.exe /hct /a
Failed with ExitCode c000013a (STATUS_CONTROL_C_EXIT The application terminated as a result of a CTRL+C.)
there is one more Job that is faling
:Device path excersier:
(1)Device path excersier->Device Path Exerciser - Library Job->Copy Log Files on Fail->
Cannot Find Pattern “*.trace”
Error Code 2 (The system cannot find the file specified)
(2)Device Path Exerciser->Device Path Exerciser - Library Job->Run Device Path Exerciser
DevPathExer.exe /lwa /HCT /dr “VNIC”
Invalid driver service name ‘VNIC’? NtQueryVolumeInformationFile for FileFsDriverPathInformation failed
Possible causes of this error are: Driver is not currently loaded, Mistyped Driver Service Name, etc
I doubled check with autoruns and varified that my driver service is there, but it says it could not find the service.
(3) Pnpdtest with concurrent IO in parallel with DevPathExer - Library Job->Run DevPathExer
The Execute Task with Commandline
cmd /c devpathexer.exe /hct /a
Failed with ExitCode c000013a (STATUS_CONTROL_C_EXIT The application terminated as a result of a CTRL+C.)
could someone show light on this?
regards