-
- Downloads
Do not fail poweron job on verification error
A vexing failure of poweron job caused by verification mismatch is now opt-in with a CLI flag "--verify", with default being no verification.
It is more common that not that system state is slightly off compared to expected in the tessia database; such discrepancies are still logged in job output, but do not produce an error unless a verification flag is set.
DCO 1.1 Signed-off-by:
Alexander Efremkin <aefr@de.ibm.com>
Showing
- cli/tessia/cli/cmds/system/system.py 10 additions, 5 deletionscli/tessia/cli/cmds/system/system.py
- cli/tests/static_testcases/system-command_test.yaml 7 additions, 5 deletionscli/tests/static_testcases/system-command_test.yaml
- tessia/server/lib/post_install.py 9 additions, 0 deletionstessia/server/lib/post_install.py
- tessia/server/state_machines/powerman/machine.py 16 additions, 10 deletionstessia/server/state_machines/powerman/machine.py
- tests/unit/state_machines/powerman/machine.py 18 additions, 15 deletionstests/unit/state_machines/powerman/machine.py
Loading
Please register or sign in to comment