2638b6c009
We ended up using two names for the same flag (and forgot it in one
place completely). To not just fix the issue but also prevent it in the
future, refactor asynchronous steps handling into a new helper module
with constants and helper functions.
I've settled on servicing_reboot as opposed to service_reboot because
that's the value we currently set (but not read), so it provides
better compatibility when backporting.
Remove excessive mocking in the Redfish unit tests.
Change-Id: I32b5f860b5d10864ce68f8d5f1dac3f76cd158d6
(cherry picked from commit 004e78c413
)
6 lines
143 B
YAML
6 lines
143 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes service steps that rely on a reboot. Previously, the reboot was not
|
|
properly recognized in the conductor logic.
|