Searched refs:port_ssh (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | collect_ffdc.py | 89 port_ssh, argument 112 port_ssh, 122 port_ssh, 155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
|
| H A D | README.md | 13 -port_ssh INTEGER SSH port value. [default: 22]
|
| H A D | ffdc_collector.py | 149 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 D | ssh_utility.py | 25 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 D | ssh_execution.py | 23 hostname, username, password, port_ssh, command, timeout=60, type=None argument 54 ssh_remoteclient = SSHRemoteclient(hostname, username, password, port_ssh)
|
| H A D | scp_execution.py | 23 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 D | ffdc_cli_robot_script.py | 152 port_ssh = dict_of_parm[key] 206 port_ssh,
|