Lines Matching full:ipmi

9 Suite Teardown  Run Keywords  Enable IPMI Protocol  ${initial_ipmi_state}  AND  Redfish.Logout
136 Enable IPMI Protocol And Verify
137 [Documentation] Enable IPMI protocol and verify.
140 Enable IPMI Protocol ${True}
142 # Check if IPMI is really enabled via Redfish.
143 Verify IPMI Protocol State ${True}
145 # Check if IPMI commands starts working.
146 Verify IPMI Works lan print
149 Disable IPMI Protocol And Verify
150 [Documentation] Disable IPMI protocol and verify.
153 # Disable IPMI interface.
154 Enable IPMI Protocol ${False}
156 # Check if IPMI is really disabled via Redfish.
157 Verify IPMI Protocol State ${False}
159 # Check if IPMI commands fail.
161 ... Verify IPMI Works lan print
164 ... msg=IPMI commands are working after disabling IPMI.
188 Enable IPMI Protocol And Check Persistency On BMC Reboot
189 [Documentation] Set the IPMI protocol attribute to True, reset BMC, and verify
193 Enable IPMI Protocol ${True}
197 # Check if the IPMI enabled is set.
198 Verify IPMI Protocol State ${True}
200 # Confirm that IPMI commands to access BMC work.
201 Verify IPMI Works lan print
204 Disable IPMI Protocol And Check Persistency On BMC Reboot
205 [Documentation] Set the IPMI protocol attribute to False, reset BMC, and verify
209 # Disable IPMI interface.
210 Enable IPMI Protocol ${False}
214 # Check if the IPMI disabled is set.
215 Verify IPMI Protocol State ${False}
217 # Confirm that IPMI connection request fails.
219 ... Verify IPMI Works lan print
222 ... msg=IPMI commands are working after disabling IPMI.
225 Configure SSH And IPMI Settings And Verify
226 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify.
228 [Template] Set SSH IPMI And NTP Protocol
239 Configure SSH And IPMI Settings And Verify Persistency On BMC Reboot
240 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify
243 [Template] Set SSH IPMI And NTP Protocol
254 Configure NTP SSH And IPMI Settings And Verify
255 [Documentation] Set NTP, SSH and IPMI protocol attribute to True/False, and verify.
257 [Template] Set SSH IPMI And NTP Protocol
276 ${state}= Run Keyword And Return Status Verify IPMI Protocol State
281 Set SSH IPMI And NTP Protocol
282 [Documentation] Set SSH, IPMI and NTP protocol state.
287 # ipmi_state State of IPMI to be set (e.g. True, False).
296 …${data}= Create Dictionary SSH=${ssh_protocol_state} IPMI=${ipmi_protocol_state} NTP=${ntp_pro…
298 ${data}= Create Dictionary SSH=${ssh_protocol_state} IPMI=${ipmi_protocol_state}
315 [Documentation] Verify SSH, IPMI and NTP protocol state.
320 # ipmi_state State of IPMI to be verified (e.g. True, False).
329 # Verify IPMI state value.
331 ... Verify IPMI Works lan print
333 ... msg=IPMI states are not matching.