Home
last modified time | relevance | path

Searched full:port_https (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py33 "-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 Dffdc_collector.py150 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 Dffdc_config.yaml138 ${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 DREADME.md14 -port_https INTEGER HTTPS port value. [default: 443]
/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py17 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 Dlog_collector_config_template.yaml18 ${hostname}:${port_https} -S Always raw GET