NDISTest 6.0 - 2 Machine - 2c_OidsNdisRequest
This test performs a series of NdisRequest calls to the driver to verify that it supports the querying of all required information OIDS. It will query OID_GEN_SUPPORTED_OIDS, verify that all required OIDs are present, and then query them.
The NDIS Test is not able to verify the values returned by most of these OIDs.
It also checks that the requests modify the fields of the NDIS_REQUEST structure correctly for both queries and sets: It verifies the byteswritten/bytesread field equal the bytes required by the OID, and checks that the buffer is not inappropriately modified.
You should check the log carefully for problems.
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 |
SupportDeviceGuid0 |
The support device GUID. |
ClientMessageDeviceGuid |
The client message device GUID. |
ServerMessageDeviceGuid |
The server message device GUID. |
Command syntax
Command | Description |
---|---|
[WTTRunWorkingDir]\ndistest\bin\ndtest.exe /logo /auto /server /support:[SupportDeviceGuid0] /msg:[ServerMessageDeviceGuid] |
Runs the NDIS test server. |
[WTTRunWorkingDir]\ndistest\bin\ndtest.exe /auto /client /dvi /u /target:Miniport /tc:[queryTestDeviceID] /support:[SupportDeviceGuid0] /msg:[ClientMessageDeviceGuid] /script:{2c_OidsNdisRequest.wsf} |
Runs the NDIS test client. |