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_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 152 - ${hostname}:${port_https}
|
H A D | ffdc_collector.py | 123 port_https, argument 140 port_https HTTPS port value. By default 443 155 self.port_https = str(port_https) 930 + self.port_https 1064 os.environ["port_https"] = self.port_https 1072 self.env_dict["port_https"] = self.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
|