Lines Matching +full:close +full:- +full:range
59 FOR ${iter} IN RANGE ${1} ${iterations} + 1
77 Verify User Cannot Login After 5 Non-Logged In Sessions
79 ... are 5 non-logged in sessions.
80 [Tags] Verify_User_Cannot_Login_After_5_Non-Logged_In_Sessions
81 [Setup] Confirm Ability to Connect Then Close All Connections
83 ... SSHLibrary.Close All Connections AND FFDC On Test Case Fail
85 FOR ${iter} IN RANGE ${0} ${MAX_UNAUTH_PER_IP}
115 FOR ${iter} IN RANGE ${1} ${iterations} + 1
141 FOR ${iter} IN RANGE ${1} ${loop_iteration} + 1
151 SSHLibrary.Close Connection
173 FOR ${iter} IN RANGE ${1} ${iterations} + 1
182 ... Run Keywords Close Browser AND Switch Browser browser1
193 [Teardown] Close All Browsers
203 FOR ${iter} IN RANGE ${iterations}
214 ... Run Keywords Close Browser AND Switch Browser browser1
246 FOR ${iter} IN RANGE ${iterations}
270 FOR ${iter} IN RANGE ${1} ${iterations}
359 FOR ${iter} IN RANGE ${iterations}
375 Confirm Ability to Connect Then Close All Connections
377 ... If login succeeds, close all SSH connections to BMC to prepare for test.
379 SSHLibrary.Close All Connections
384 SSHLibrary.Close All Connections
394 ${image_data}= OperatingSystem.Get Binary File 100-file
395 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream
399 ${resp}= PUT On Session openbmc ${OEM_HOST_CONFIG_URI}/100-file &{kwargs} timeout=10
407 ${file_exist}= Run Keyword And Return Status OperatingSystem.File Should Exist 100-file
408 Run Keyword If 'True' == '${file_exist}' Remove File 100-file
416 @{words}= Split String 100-file -
417 Run dd if=/dev/zero of=100-file bs=${words}[-0] count=1
418 OperatingSystem.File Should Exist 100-file
426 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}