Searched refs:port_ssh (Results 1 – 6 of 6) 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 | ffdc_collector.py | 122 port_ssh, argument 154 self.port_ssh = str(port_ssh) 363 self.hostname, self.username, self.password, self.port_ssh 1063 os.environ["port_ssh"] = self.port_ssh 1071 self.env_dict["port_ssh"] = self.port_ssh
|
H A D | README.md | 13 -port_ssh INTEGER SSH port value. [default: 22]
|
/openbmc/openbmc-test-automation/ffdc/lib/ |
H A D | ssh_utility.py | 25 def __init__(self, hostname, username, password, port_ssh): argument 41 self.port_ssh = port_ssh 59 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 36 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,
|