Lines Matching full:suite
12 Suite Setup IPMI Cipher Suite Setup
81 Verify Cipher Suite And Supported Algorithms Via IPMI Raw Command
96 Verify Get Cipher Suite Command For Invalid Channels
97 [Documentation] Verify Get Cipher Suite Command For all Invalid Channels.
99 [Template] Verify Cipher Suite For Invalid Channel
107 Verify Get Cipher Suite Raw Command With Invalid Data Length
108 [Documentation] Verify Get Cipher Suite Raw Command With One Extra and Less Byte.
110 [Template] Verify Cipher Suite Command for Invalid Request Data
119 IPMI Cipher Suite Setup
121 ... in list type and set it as suite variable.
123 # Get active channel list and set as a suite variable.
125 Set Suite Variable @{active_channel_list}
127 # Get Inactive/Invalid channel list and set as a suite variable.
129 Set Suite Variable @{inactive_channel_list}
131 Verify Standard Cipher Suite For Channel
137 # data_list cipher suite records in list
140 ${supported_algorithms}= Split String ${IPMI_RAW_CMD['Cipher Suite']['get'][1]}
150 Verify Algorithm by Cipher Suite For Channel
155 # response_data response data of get channel cipher suite ipmi raw command
156 …# e.g 01 c0 11 03 44 81 ---> list of algorithms by cipher suite (0x80 in request data 3rd byt…
162 ... Verify Standard Cipher Suite For Channel ${expected_data_list} ${channel_number}
170 # response_data response data of get channel cipher suite ipmi raw command.
174 ${expected_data}= Catenate ${channel_number} ${IPMI_RAW_CMD['Cipher Suite']['get'][1]}
185 # index_value 0x80 for list algorithm by cipher suite.
188 ${cmd}= Catenate ${IPMI_RAW_CMD['Cipher Suite']['get'][0]}
201 ... Verify Algorithm by Cipher Suite For Channel ${resp} ${channel_num}
205 Verify Cipher Suite For Invalid Channel
206 [Documentation] Execute cipher suite ipmi cmd for invalid channel and verify Error code.
212 ${cmd}= Catenate ${IPMI_RAW_CMD['Cipher Suite']['get'][0]} ${channel_number} 00 00
216 Verify Cipher Suite Command for Invalid Request Data
217 [Documentation] Verify Cipher Suite Command with Invalid data Length.
224 ... Catenate ${IPMI_RAW_CMD['Cipher Suite']['get'][0]} ${CHANNEL_NUMBER} 00
226 ... Catenate ${IPMI_RAW_CMD['Cipher Suite']['get'][0]} ${CHANNEL_NUMBER} 00 00 01