Lines Matching +full:wait +full:- +full:on +full:- +full:write
17 [Documentation] Initiate host power on.
18 [Arguments] ${wait}=${1}
21 # wait Indicates that this keyword should wait for host running state.
24 Write Attribute
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.
44 Write Attribute
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.
70 Write Attribute
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.
88 Write Attribute
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
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.
199 ... e.g. On, Off, Reboot
213 # quiet - Suppress REST output logging to console.
223 # quiet - Suppress REST output logging to console.
232 # expected_state - expected BMC state
243 [Arguments] ${wait}=${1}
246 # wait Indicates that this keyword should wait for ending state..
250 Run Keyword And Ignore Error Write Attribute
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