openbmc / openbmc-test-automation

Apache License 2.0
105 stars 92 forks source link

Redfish test eSEL #2251

Open SashaYang1129 opened 1 month ago

SashaYang1129 commented 1 month ago

In redfish/systems/eventlog/test_esel.robot The robot will send a raw command "ipmitool -C 17 -N 3 -p 623 raw 0x3a 0xf0 0x0c 0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x00 0xdf 0x00 0x00 0x00 0x00 0x20 0x00 0x04 0x12 0x65 0x6f 0xaa 0x00 0x00" And Our BMC send the response "Unable to send RAW command (channel=0x0 netfn=0x3a lun=0x0 cmd=0xf0 rsp=0xc1): Invalid command" The netFn "0x3a" is a IBM customized command, we didn't support. Could this test change the adding SEL command "ipmitool raw 0x3a 0xf0" to a normal command, like "ipmitool raw 0x0a 0x44" ?