NDISTest 6.0 - 1 Machine - 1c_OidsWMI
This test queries for driver information using WMI. This test only has meaning for Windows 98 and Windows NT 5.0. In general, this script is testing ndis.sys and WMI, rather than your driver. If your driver exports any private GUIDs to WMI, then you need to look at the last few variations to make sure your driver is handling these correctly. The test uses a QueryGlobalStatistics call with OID_GEN_SUPPORTED_GUIDS to get the list of private GUIDs exported by your driver. It then attempts to query these GUIDs using WMI.
Test details
Associated requirements |
Device.Network.LAN.Base.NDISRequirements |
Platforms |
Windows 7 (x64) Windows 7 (x86) Windows 8 (x64) Windows 8 (x86) Windows Server 2012 (x64) Windows Server 2008 R2 (x64) Windows 8.1 x64 Windows 8.1 x86 Windows Server 2012 R2 |
Expected run time |
~5 minutes |
Categories |
Certification Functional |
Type |
Automated |
Running the test
Before you run the test, complete the test setup as described in the test requirements: LAN Testing Prerequisites.
Troubleshooting
For troubleshooting information, see Troubleshooting LAN Testing.
More information
Parameters
Parameter | Description |
---|---|
queryTestDeviceID |
The ID of the test device. Example: //Devnode/DeviceID |
Command syntax
Command | Description |
---|---|
[WTTRunWorkingDir]\ndistest\bin\ndtest.exe /auto /client /dvi /u /target:Miniport /tc:[queryTestDeviceID] /script:{1c_OidsWMI.wsf} |
Runs the test. |