You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robot code expecting "TaskState": "Completed" under 5 mins once you upload the image to BMC.
I think you encounter some issue. I see below in your Task 0.
"Messages" -> { "@odata.type": "#Message.v1_1_1.Message", "Message": "The request failed due to an internal service error. The service is still operational.", "MessageArgs": [], "MessageId": "Base.1.11.0.InternalError", "MessageSeverity": "Critical", "Resolution": "Resubmit the request. If the problem persists, consider resetting the service." }
I use openbmc-test-automation v3.0-stable branch and run the
redfish/update_service/test_redfish_bmc_code_update.robot
test case.The Keyword 'Verify Task Progress State' failed after retrying for 5 minutes. The last error was:
Completed != Running
Does the status of redfish update correct?
https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/update_service.hpp
I had manually used redfish command to update bmc image by image-bmc tarball
The image-bmc already untar to
/run/initramfs
But the TaskState of task inventory still keeping on Running
The text was updated successfully, but these errors were encountered: