Lines Matching +full:wait +full:- +full:on +full:- +full:read
17 [Documentation] Initiate host power on.
18 [Arguments] ${wait}=${1}
21 # wait Indicates that this keyword should wait for host running state.
27 # Does caller want to wait for status?
28 IF '${wait}' == '${0}' Return From Keyword
30 Wait Until Keyword Succeeds
38 [Arguments] ${wait}=${1}
41 # wait Indicates that this keyword should wait for host off state.
47 # Does caller want to wait for status?
48 IF '${wait}' == '${0}' Return From Keyword
50 ${status}= Run Keyword And Return Status Wait For PowerOff
55 Wait For PowerOff
56 [Documentation] Wait for power off state.
59 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
64 [Arguments] ${wait}=${1}
67 # wait Indicates that this keyword should wait for host off state.
73 # Does caller want to wait for status?
74 IF '${wait}' == '${0}' Return From Keyword
76 Wait Until Keyword Succeeds
82 [Arguments] ${wait}=${1}
85 # wait Indicates that this keyword should wait for host reboot state.
91 # Does caller want to wait for host booted status?
92 IF '${wait}' == '${0}' Return From Keyword
99 # Chassis state should be "On" before we check the host state.
100 Is Chassis On
119 ... Read Attribute ${HOST_STATE_URI} ${host_attribute} quiet=${quiet}
132 # "RequestedHostTransition": "xyz.openbmc_project.State.Host.Transition.On"
159 Is Chassis On
160 [Documentation] Check if chassis state is "On".
162 Should Be Equal On ${power_state}
191 # quiet - Suppress REST output logging to console.
193 ... Read Attribute ${HOST_STATE_URI} CurrentHostState
199 ... e.g. On, Off, Reboot
205 ... Read Attribute ${HOST_STATE_URI} RequestedHostTransition
213 # quiet - Suppress REST output logging to console.
215 ... Read Attribute ${CHASSIS_STATE_URI} CurrentPowerState
223 # quiet - Suppress REST output logging to console.
225 ... Read Attribute ${BMC_STATE_URI} CurrentBMCState quiet=${quiet}
232 # expected_state - expected BMC state
243 [Arguments] ${wait}=${1}
246 # wait Indicates that this keyword should wait for ending state..
253 # Does caller want to wait for status?
254 IF '${wait}' == '${0}' Return From Keyword
266 # To minimize race conditions, we wait for 7 seconds
283 Wait for BMC state
284 [Documentation] Wait until given BMC state is reached.
286 # state - BMC state to wait for
288 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready
290 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Not Ready
317 Wait For BMC Ready
318 [Documentation] Check BMC state and wait for BMC Ready.
319 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready