Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py89 port_ssh, argument
112 port_ssh,
122 port_ssh,
155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
H A DREADME.md13 -port_ssh INTEGER SSH port value. [default: 22]
H A Dffdc_collector.py149 port_ssh, argument
195 self.port_ssh = str(port_ssh)
452 self.hostname, self.username, self.password, self.port_ssh
1344 "port_ssh": self.port_ssh,
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py25 def __init__(self, hostname, username, password, port_ssh): argument
51 self.port_ssh = port_ssh
71 port=self.port_ssh,
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dssh_execution.py23 hostname, username, password, port_ssh, command, timeout=60, type=None argument
54 ssh_remoteclient = SSHRemoteclient(hostname, username, password, port_ssh)
H A Dscp_execution.py23 hostname, username, password, port_ssh, filename, local_dir_path argument
47 ssh_remoteclient = SSHRemoteclient(hostname, username, password, port_ssh)
/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py152 port_ssh = dict_of_parm[key]
206 port_ssh,