Lines Matching refs:BMC
219 Get BMC State
220 [Documentation] Return the state of the BMC.
228 Put BMC State
229 [Documentation] Put BMC in given state.
231 # expected_state - expected BMC state
233 ${bmc_state}= Get BMC State
235 ... Log BMC is already in ${expected_state} state
239 Initiate BMC Reboot
240 [Documentation] Initiate BMC reboot.
254 ${session_active}= Check If BMC Reboot Is Initiated
256 ... Fail msg=BMC Reboot didn't occur.
258 Check If BMC is Up
260 Check If BMC Reboot Is Initiated
261 [Documentation] Checks whether BMC Reboot is initiated by checking
262 ... BMC connection loss.
271 Is BMC Ready
272 [Documentation] Check if BMC state is Ready.
273 ${bmc_state}= Get BMC State
276 Is BMC Not Ready
277 [Documentation] Check if BMC state is Not Ready.
278 ${bmc_state}= Get BMC State
281 Wait for BMC state
282 [Documentation] Wait until given BMC state is reached.
284 # state - BMC state to wait for
287 ... 10 min 10 sec Is BMC Ready
290 ... 10 min 10 sec Is BMC Not Ready
291 ... ELSE Fail msg=Invalid BMC state
313 Wait For BMC Ready
314 [Documentation] Check BMC state and wait for BMC Ready.
315 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready