Lines Matching full:wait

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 Run Keyword 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 Run Keyword 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.
60 Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
65 [Arguments] ${wait}=${1}
68 # wait Indicates that this keyword should wait for host off state.
74 # Does caller want to wait for status?
75 Run Keyword If '${wait}' == '${0}' Return From Keyword
77 Wait Until Keyword Succeeds
83 [Arguments] ${wait}=${1}
86 # wait Indicates that this keyword should wait for host reboot state.
92 # Does caller want to wait for host booted status?
93 Run Keyword If '${wait}' == '${0}' Return From Keyword
244 [Arguments] ${wait}=${1}
247 # wait Indicates that this keyword should wait for ending state..
254 # Does caller want to wait for status?
255 Run Keyword If '${wait}' == '${0}' Return From Keyword
267 # To minimize race conditions, we wait for 7 seconds
284 Wait for BMC state
285 [Documentation] Wait until given BMC state is reached.
287 # state - BMC state to wait for
289 ... Wait Until Keyword Succeeds
292 ... Wait Until Keyword Succeeds
316 Wait For BMC Ready
317 [Documentation] Check BMC state and wait for BMC Ready.
318 Wait Until Keyword Succeeds 10 min 10 sec Is BMC Ready