Open ckstyle001 opened 12 months ago
@susilsi7 please take a look into this ?
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.hppI 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