Lines Matching full:open
12 Open Connection And Log In
20 # connection_args A dictionary of acceptable inputs to the Open Connection
27 # Of the above arguments to Open Connection, this keyword
46 # to the dictionary and open the connection. Otherwise, open the connection
51 ... SSHLibrary.Open connection &{connection_args}
52 ... ELSE Run Keyword SSHLibrary.Open connection &{connection_args}
56 Open Connection for SCP
57 [Documentation] Open a connection for SCP.
59 Run Keyword If '${SSH_PORT}' == '${EMPTY}' scp.Open connection ${OPENBMC_HOST}
61 ... ELSE Run Keyword scp.Open connection ${OPENBMC_HOST} port=${SSH_PORT}
73 Validate Or Open Connection
74 [Documentation] Checks for an open connection to a host or alias.
79 # connection_args A dictionary of arguments to pass to Open Connection
80 # and Log In (see above) if the connection is not open. May
101 # If there are no open connections, open one and return.
103 ... Open Connection and Log In &{connection_args}
135 # If no connections are found, open a connection with the provided args.
137 Open Connection and Log In &{connection_args}