Searched full:port_ipmi (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc-test-automation/ffdc/ |
H A D | collect_ffdc.py | 36 "-port_ipmi", default=623, show_default=True, help="IPMI port value." 91 port_ipmi, argument 114 port_ipmi, 124 port_ipmi, 155 remote, username, password, port_ssh, port_https, port_ipmi, config, type argument
|
H A D | README.md | 15 -port_ipmi INTEGER IPMI port value. [default: 623]
|
H A D | ffdc_collector.py | 151 port_ipmi, argument 177 port_ipmi (int, optional): IPMI port value. Defaults to 623. 197 self.port_ipmi = str(port_ipmi) 1195 + str(self.port_ipmi) 1205 + str(self.port_ipmi) 1346 "port_ipmi": self.port_ipmi,
|
H A D | ffdc_config.yaml | 170 ${hostname} -p ${port_ipmi} lan print 172 ${hostname} -p ${port_ipmi} fru list 174 ${hostname} -p ${port_ipmi} user list
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ffdc_cli_robot_script.py | 18 PORT_IPMI = "IPMI_PORT" variable 155 elif PORT_IPMI in key: 156 port_ipmi = dict_of_parm[key] 208 port_ipmi,
|
/openbmc/openbmc-test-automation/ffdc/templates/ |
H A D | log_collector_config_template.yaml | 28 ${port_ipmi} ${hostname} lan print
|