Lines Matching refs:Keyword
32 ${has_host}= Run Keyword and Return Status
34 Run Keyword If ${has_host} == ${FALSE}
37 Run Keyword If
42 ${has_port}= Run Keyword and Return Status
48 Run Keyword If '${SSH_PORT}' != '${EMPTY}' and ${has_port} == ${FALSE}
52 ... ELSE Run Keyword SSHLibrary.Open connection &{connection_args}
59 Run Keyword If '${SSH_PORT}' == '${EMPTY}' scp.Open connection ${OPENBMC_HOST}
61 ... ELSE Run Keyword scp.Open connection ${OPENBMC_HOST} port=${SSH_PORT}
84 Run Keyword If '${host}' == '${EMPTY}' Should Not Be Equal ${alias} None
88 ${host_exists}= Run Keyword and Return Status
90 ${alias_exists}= Run Keyword and Return Status
95 Run Keyword If '${host}' != '${EMPTY}' and ${host_exists} == ${FALSE}
97 Run Keyword If '${alias}' != 'None' and ${alias_exists} == ${FALSE}
102 Run Keyword If '${open_connections}' == '[]'
104 Return From Keyword If '${open_connections}' == '[]'
116 Run Keyword If
121 ... Return From Keyword If ${alias_match} and ${host_match}
122 ... ELSE Run Keyword If
127 ... Return From Keyword If ${alias_match}
128 ... ELSE Run Keyword If
133 ... Return From Keyword If ${host_match}