Storage Imports Test (LOGO)

This test verifies that a storage adapter driver follows the proper miniport architecture for its bus type. The tool also validates that the driver does not import functions from outside the port driver.

Test details

   
Specifications
  • Device.Storage.Controller.MiniportDriverModel
Platforms
  • Windows 10, client editions (x86)
  • Windows 10, client editions (x64)
  • Windows Server 2016 (x64)
Supported Releases
  • Windows 10
  • Windows 10, version 1511
  • Windows 10, version 1607
  • Windows 10, version 1703
  • Windows 10, version 1709
  • Windows 10, version 1803
  • Windows 10, version 1809
  • Windows 10, version 1903
  • Next update to Windows 10
Expected run time (in minutes) 2
Category Development
Timeout (in minutes) 120
Requires reboot false
Requires special configuration false
Type automatic

 

Additional documentation

Tests in this feature area might have additional documentation, including prerequisites, setup, and troubleshooting information, that can be found in the following topic(s):

Running the test

Before you run the test, complete the test setup as described in the test requirements: Storage Adapter or Controller Testing Overview.

Troubleshooting

For generic troubleshooting of HLK test failures, see Troubleshooting Windows HLK Test Failures.

For troubleshooting information, see Troubleshooting Device.Storage Testing.

More information

This test is started against a particular device node that is identified by that device node's device instance path. The test queries the interface of that device node for the bus type (by using IOCTL_STORAGE_QUERY_PROPERTY: StorageAdapterDescriptor.) The test determines the driver for the device node by checking the Service property of the device node. The test then determines the type of miniport architecture of the driver and obtains a list of imported functions.

The miniport must match the architecture model that is required for the device's bus type.

Start this test against a device from the Device Console window in DTM. Device Console fills in the test's WDKDeviceID parameter with the instance path of the device that you select. The device that you select should be a storage adapter and should be configured on the test client, with storage attached.

Command syntax

Command option Description

StorImports /device "[WDKDeviceID]"

Runs the test against a device instance that is currently installed on the computer.

Note

   For command-line help for this test binary, type /h.

 

File list

File Location

link.exe

<[testbinroot]>\nttest\driverstest\storage\wdk\legacybinary\

mspdb80.dll

<[testbinroot]>\nttest\driverstest\storage\wdk\legacybinary\

storagedevices.dll

<[testbinroot]>\nttest\driverstest\storage\wdk\

StorImports.exe

<[testbinroot]>\nttest\driverstest\storage\wdk\

 

Parameters

Parameter name Parameter description
WDKDeviceID Device instance path of test device
LLU_NetAccessOnly Credentials for test share access
LLU_LclAdminUsr Credentials for test execution