InfiniBand Test Specification
1.0.38
|
Inherits MadTest.
Public Member Functions | |
C14_024_13_1 () | |
boolean | execute () throws TestException |
Protected Member Functions | |
boolean | initialize () throws TestException |
24.1.5.16.1 SMINFO TEST FOR SUPPORTED ATTRIBUTE - PART 1
24.1.5.16 V1C14-024.1.1 SUBNET MANAGEMENT ATTRIBUTE - SMINFO
Abstract: This test performs checks of SMInfo attribute and components.
Coverage: v1c13-024, v1c14-024.1.1, v1c14-027
Topology Configuration: SimpleLink: Tester=MAD Tester; Width=1X, 2X, 4X, 8X, or 12X; Speed=SDR, DDR, QDR, FDR, EDR, HDR; DUT=SM
DUT Qualifiers: None, unless specified in algorithm section.
Notes:
C14_024_13_1 | ( | ) |
24.1.5.16.1 SMINFO TEST FOR SUPPORTED ATTRIBUTE - PART 1
Assertions: v1c13-024#01 (cont), v1c14-024.1.1#13.01, v1c14-024.1.1#13.02, v1c14-027#01
Notes:
Developer: Kevin King
|
protected |
Initialization:
PortInfo:PortState is initialized to ACTIVE for both MADTester and DUT.
boolean execute | ( | ) | throws TestException |
Test Procedure:
SendMad (SubnGet(PortInfo) )
SMP_DATA = ReceiveMad (SubnGetResp(PortInfo):MasterSMLID)
Verify ( MASTER_SM_LID != 0)
SendMad (SubnGet(PortInfo) )
PORT_INFO_CAP_MSK = ReceiveMad (SubnGetResp(PortInfo):CapabilityMask)
Verify ((PORT_INFO_CAP_MSK.IsSM == 1) AND (PORT_INFO_CAP_MSK.IsSMdisabled == 0)) // v1c14-024.1.1#13.01
SendMad (SubnGet(NodeInfo) )
PORT_GUID = ReceiveMad (SubnGetResp(NodeInfo):PortGUID)
SendMad (SubnGet(SMInfo))
SMP_DATA = ReceiveMad (SubnGetResp(SMInfo)) // v1c14-024.1.1#13.01
Verify SMP_DATA format: // v1c14-024.1.1#13.02