Lines Matching full:dictionary
20 # connection_args A dictionary of acceptable inputs to the Open Connection
31 # If no host was provided, add ${OPENBMC_HOST} to the dictionary
33 ... Dictionary Should Contain Key ${connection_args} host
35 ... Set To Dictionary ${connection_args} host=${OPENBMC_HOST}
43 ... Dictionary Should Contain Key ${connection_args} port
46 # to the dictionary and open the connection. Otherwise, open the connection
50 ... Set To Dictionary ${connection_args} port=${SSH_PORT} AND
79 # connection_args A dictionary of arguments to pass to Open Connection
87 # Search the dictionary to see if it includes the host and alias.
89 ... Dictionary Should Contain Key ${connection_args} host
91 ... Dictionary Should Contain Key ${connection_args} alias
93 # Add the alias and host back into the dictionary of connection arguments,
96 ... Set to Dictionary ${connection_args} host ${host}
98 ... Set to Dictionary ${connection_args} alias ${alias}