Closed coffeefreak101 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
b299d27
) 43.47% compared to head (1e2d807
) 43.47%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
good catch, Since theres an ongoing overhaul in this area - do you mind basing this PR off this branch https://github.com/bmc-toolbox/bmclib/tree/redfish-dell
good catch, Since theres an ongoing overhaul in this area - do you mind basing this PR off this branch https://github.com/bmc-toolbox/bmclib/tree/redfish-dell
I see you're moving the firmware file in that branch. Looks like your PR has the approvals. I can wait for that to merge first before merging this one.
@joelrebel
I rebased and fixed this base on the new code.
What does this PR implement/change/remove?
During my firmware update testing, I encountered a situation where the firmware update status went from "initializing" to "running" for just a second, then to "powercycle-host" then back to "running".
This occurred because the BMC's "scheduling" state gets reported as "running", and the "scheduled" state is reported as "powercycle-host".
This change moves "scheduling" BMC state to the "initializing" firmware update status.