NDISTest 6.0 - 1 Machine -1c_64BitOIDs
This test checks OID_GEN_XMIT_OK and OID_GEN_RCV_OK. It does not attempt to verify the values themselves. It only checks that the queries are properly handled. If the driver does not support 64 bit queries, it is warned unless it a Gigabit network adapter. Gigabit network adapters are required to support 64 bit queries.
Test details
Associated requirements |
Device.Network.LAN.Base.NDISRequirements |
Platforms |
Windows 7 (x64) Windows 7 (x86) Windows RT (ARM-based) Windows 8 (x64) Windows 8 (x86) Windows Server 2012 (x64) Windows Server 2008 R2 (x64) Windows RT 8.1 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
The OIDs are queried three times using:
Information Buffer Length = 0 bytes
Expected Response:
BytesNeeded = 8
BytesWritten = 0 (Write No data in buffer)
NdisStatus = INVALID_LENGTH Or BUFFER_TOO_SHORT
Information Buffer Length = 4 bytes
Expected Response:
Lower 32 bits of statistics
BytesWritten = 4
BytesNeeded = 8
NdisStatus = SUCCESS
Information Buffer Length = 8 bytes
Expected Response:
64 bit statistics value
BytesWritten = 8
NdisStatus = SUCCESS
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_64BitOIDs.wsf} |
Runs the test. |