Skip to content

Add and use cmd.py to retry command that may fail

Marko Zagožen requested to merge 264-ha-retry into master

HA takes some time to converge and so we may have to retry commands in the test that expect a certain HA mode. This is a better alternative than just including a blanket sleep statement.

Closes #264 (closed)

Merge request reports