Lines Matching refs:Run
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}
49 ... Run Keywords
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}' == '[]'
116 Run Keyword If
118 ... Run Keywords
122 ... ELSE Run Keyword If
124 ... Run Keywords
128 ... ELSE Run Keyword If
130 ... Run Keywords
143 ${rc} ${output}= Run and Return RC and Output ${cmd}