Home
last modified time | relevance | path

Searched refs:max_login_attempts (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dgen_robot_ssh.py104 def login_ssh(login_args={}, max_login_attempts=5): argument
125 for login_attempt_num in range(1, max_login_attempts + 1):