Lines Matching refs: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.
167 Enable IPMI Protocol And Check Persistency On BMC Reboot
168 [Documentation] Set the IPMI protocol attribute to True, reset BMC, and verify
172 Enable IPMI Protocol ${True}
176 # Check if the IPMI enabled is set.
177 Verify IPMI Protocol State ${True}
179 # Confirm that IPMI commands to access BMC work.
180 Verify IPMI Works lan print
183 Disable IPMI Protocol And Check Persistency On BMC Reboot
184 [Documentation] Set the IPMI protocol attribute to False, reset BMC, and verify
188 # Disable IPMI interface.
189 Enable IPMI Protocol ${False}
193 # Check if the IPMI disabled is set.
194 Verify IPMI Protocol State ${False}
196 # Confirm that IPMI connection request fails.
198 ... Verify IPMI Works lan print
201 ... msg=IPMI commands are working after disabling IPMI.
204 Configure SSH And IPMI Settings And Verify
205 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify.
207 [Template] Set SSH And IPMI Protocol
218 Configure SSH And IPMI Settings And Verify Persistency On BMC Reboot
219 [Documentation] Set the SSH and IPMI protocol attribute to True/False, and verify
222 [Template] Set SSH And IPMI Protocol
240 ${state}= Run Keyword And Return Status Verify IPMI Protocol State
245 Set SSH And IPMI Protocol
246 [Documentation] Set SSH and IPMI protocol state.
251 # ipmi_state State of IPMI to be set (e.g. True, False).
255 ${data}= Create Dictionary SSH=${ssh_protocol_state} IPMI=${ipmi_protocol_state}
269 [Documentation] Verify SSH and IPMI protocol state.
274 # ipmi_state State of IPMI to be verified (e.g. True, False).
282 # Verify IPMI state value.
284 ... Verify IPMI Works lan print
287 ... msg=IPMI states are not matching.