openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

Verify Set IP Address source to unspecified address source via IPMI. #2236

Closed justin0309 closed 7 months ago

justin0309 commented 8 months ago

I have tried every bit according to the ipmi spec. Currently, only 0h = unspecified will cause problems. image

image

gkeishin commented 8 months ago

@ishwaryamathim @Ganesan149 could help there.

and there are bunch of IPMI fixes in review as well

https://gerrit.openbmc.org/q/project:openbmc/openbmc-test-automation+status:open+IPMI

justin0309 commented 8 months ago

The source code expects case IPSrc::Unspecified: to return responseSuccess(); but the robot expects 0xcc, which one should be followed?

https://github.com/openbmc/phosphor-host-ipmid/blob/ea46f3ca61dd12b210a74cf78e464c78e0987a47/transporthandler.cpp#L821