Home
last modified time | relevance | path

Searched refs:ipmi_resp (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_temperature_reading.robot34 ${ipmi_resp}= Run IPMI Command ${cmd}
44 ${ipmi_resp}= Run IPMI Command ${cmd}
45 Verify Reading With IPMI ${ipmi_resp} ${1} cpu
54 ${ipmi_resp}= Run IPMI Command ${cmd}
64 ${ipmi_resp}= Run IPMI Command ${cmd}
98 [Arguments] ${ipmi_resp} ${key} ${instance}
101 # ipmi_resp IPMI command response.
112 ${ipmi_resp_list}= Split String ${ipmi_resp}
152 [Arguments] ${ipmi_resp} ${instance} ${key}
155 # ipmi_resp IPMI command response.
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_chassis.robot129 ${ipmi_resp}= Run External IPMI Raw Command
132 ${ipmi_resp}= Split String ${ipmi_resp}
138 Verify Chassis Capabilities Response ${ipmi_resp[0]} ${busctl_resp[0]} CapabilitiesFlags
139 Verify Chassis Capabilities Response ${ipmi_resp[1]} ${busctl_resp[0]} FRUDeviceAddress
140 Verify Chassis Capabilities Response ${ipmi_resp[2]} ${busctl_resp[0]} SDRDeviceAddress
141 Verify Chassis Capabilities Response ${ipmi_resp[3]} ${busctl_resp[0]} SELDeviceAddress
142 Verify Chassis Capabilities Response ${ipmi_resp[4]} ${busctl_resp[0]} SMDeviceAddress
143 Verify Chassis Capabilities Response ${ipmi_resp[5]} ${busctl_resp[0]} BridgeDeviceAddress
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp788 uint8_t* ipmi_resp = (uint8_t*)response; in hiomap_dispatch() local
810 uint8_t* flash_resp = ipmi_resp + 2; in hiomap_dispatch()
826 ipmi_resp[0] = hiomap_cmd; in hiomap_dispatch()
827 ipmi_resp[1] = ctx->seq; in hiomap_dispatch()