Searched full:port_https (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc-test-automation/ffdc/ |
H A D | collect_ffdc.py | 33 "-port_https", default=443, show_default=True, help="HTTPS port value." 90 port_https, argument 113 port_https, 123 port_https, 155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
|
H A D | ffdc_collector.py | 150 port_https, argument 176 port_https (int, optional): HTTPS port value. Defaults to 443. 196 self.port_https = str(port_https) 1168 + self.port_https 1345 "port_https": self.port_https, 1721 ['${hostname}:${port_https}', '${username}', '/redfish/v1/', 'json'] 1775 # ${my_hostname}:${port_https} -> ['my_hostname', 'port_https'] 1802 # ['my_hostname', 'port_https'] 1833 # From ${my_hostname}:${port_https} -> ['my_hostname', 'port_https']
|
H A D | ffdc_config.yaml | 138 ${hostname}:${port_https} -S Always raw GET 141 ${hostname}:${port_https} -S Always raw GET 144 ${hostname}:${port_https} -S Always raw GET 147 ${hostname}:${port_https} -S Always raw GET 153 - ${hostname}:${port_https}
|
H A D | README.md | 14 -port_https INTEGER HTTPS port value. [default: 443]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ffdc_cli_robot_script.py | 17 PORT_HTTPS = "HTTPS_PORT" variable 153 elif PORT_HTTPS in key: 154 port_https = dict_of_parm[key] 207 port_https,
|
/openbmc/openbmc-test-automation/ffdc/templates/ |
H A D | log_collector_config_template.yaml | 18 ${hostname}:${port_https} -S Always raw GET
|