Closed gtmills closed 1 year ago
@ChicagoDuan Please take a look and test this issue, thanks.
Done. Please review : https://github.com/ibm-openbmc/bmcweb/pull/585
The dbus path is changed from /xyz/openbmc_project/control/service/phosphor_2dusb_2dcode_2dupdate
to /xyz/openbmc_project/control/service/_70hosphor_2dusb_2dcode_2dupdate
@gtmills This issue has been merged into 1050 branch, can we close this issue?
Closed.
Expected Behavior
I would expect enabling USB code update in bmcweb bbappend would mean USBCodeUpdate shows up in the API under Oem at /redfish/v1/Managers/bmc
-Dibm-usb-code-update=enabled \
Actual Behavior
Using the latest 1050 openbmc/openbmc and 1050 bmcweb, and
-Dibm-usb-code-update=enabled \
in the bmcweb bbappend I don't see USBCodeUpdate under /redfish/v1/Managers/bmcInstead I see
Steps to Reproduce the Problem
-Dibm-usb-code-update=enabled \
in your bmcweb bbappendI don't see any errors in the journal.
I tracked it down to this call https://github.com/ibm-openbmc/bmcweb/blob/2c5b246b9aea8f51263d21e3f73747b181f6ccd5/redfish-core/lib/oem/ibm/usb_code_update.hpp#L12It can't seem to find the service
It can't seen to find the service
On 1030/1040
But on 1050
Are we missing some commits in service-config-manager 1050 that we had in 1020/1030/1040? https://github.com/ibm-openbmc/service-config-manager/commits/1050 https://github.com/ibm-openbmc/service-config-manager/commits/1030