Add additional wait_for_agent_status() check
This is to ensure that the model really is settled after the password rotate action.
This commit is contained in:
@@ -542,6 +542,7 @@ class RmqRotateServiceUserPasswordTests(test_utils.OpenStackBaseTest):
|
||||
|
||||
# let everything settle.
|
||||
logging.info("Waiting for model to settle.")
|
||||
zaza.model.wait_for_agent_status()
|
||||
zaza.model.block_until_all_units_idle()
|
||||
|
||||
# verify that the password has changed.
|
||||
|
||||
Reference in New Issue
Block a user