InfiniBand Test Specification
1.0.38
|
Inherits MadTest.
Public Member Functions | |
C14_024_08_05 () | |
boolean | execute () throws TestException |
Protected Member Functions | |
boolean | initialize () throws TestException |
24.1.5.18.3 SLTOVLMAPPINGTABLE FOR SWITCH ONLY TEST FOR SUPPORTED ATTRIBUTE 2
24.1.5.18 V1C14-024.1.1 SUBNET MANAGEMENT ATTRIBUTE - SLTOVLMAPPINGTABLE FOR SWITCH ONLY
Abstract: This test performs checks of SLtoVLMappingTable attribute and components for Switch only. Included are tests for both Read-Only (RO) and Read-Write (RW) attribute components.
Coverage: v1c14-024.1.1
Topology Configuration: SimpleLink: Tester=MAD Tester; Width=1X, 2X, 4X, 8X, or 12X; Speed=SDR, DDR, r QDR; DUT=Switch.
DUT Qualifiers: None, unless specified in algorithm section.
Notes:
C14_024_08_05 | ( | ) |
24.1.5.18.3 SLTOVLMAPPINGTABLE FOR SWITCH ONLY TEST FOR SUPPORTED ATTRIBUTE 2
Assertions: v1c14-024.1.1#08.01, v1c14-024.1.1#08.03, v1c14-024.1.1#08.04
Notes: Execute this test for Switch Only (including Switch Management Port).
Developer: Kevin King
|
protected |
Initialization:
PortInfo:PortState is Initialized, Armed or Active for both MADTester and DUT.
boolean execute | ( | ) | throws TestException |
Test Procedure:
SendMad (SubnGet(NodeInfo))
SMP_DATA = ReceiveMad (SubnGetResp(NodeInfo))
NUMBER_OF_PORTS = ReceiveMad (SubnGetResp(NodeInfo):NumPorts)
SendMad (SubnGet(PortInfo where MADHeader:AttributeModifier = 0))
SMP_DATA = ReceiveMad (SubnGetResp(PortInfo))
Verify SMP_DATA:CapabilityMask[IsSLMappingSupported] == 1
SendMad (SubnGet(SwitchInfo))
If (ReceiveMad (SubnGetResp(SwitchInfo):EnhancedPort0) == 1) Then
Set ENHANCED_PORT_0_SUPPORTED = EP0SUPP
Tester Procedure steps 11 to 21 should be repeated for illegal values of SLtoVLMappingTable
Repeating Tester Procedure steps 12 to 21 for illegal AM (bits 8:15) values and any SL2VL entries
SendMad (SubnGet(PortInfo where MADHeader:AttributeModifier = as specified))
SMP_DATA = ReceiveMad (SubnGetResp(PortInfo))
PORT_VL_CAP = SMP_DATA:VLCap
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.03
SL_TO_VL_BLOCK1 = MADHeader:MADData
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.04
Tester Procedure steps 22 to 29 should be repeated for illegal values of SLtoVLMappingTable
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.03
SL_TO_VL_BLOCK1 = MADHeader:MADData
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.04
Repeating Tester Procedure steps 31 to 37 for illegal AM values and any SL2VL entries
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.03
SL_TO_VL_BLOCK1 = MADHeader:MADData
Verify SMP_DATA format: // v1c14-024.1.1#08.01, v1c14-024.1.1#08.04