Skip to content

Commit

Permalink
Add some time to get the unit to settle
Browse files Browse the repository at this point in the history
lmlg committed Apr 15, 2024
1 parent e574fc0 commit aa7d619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
)
import requests
import tempfile
import time
import boto3
import botocore.exceptions
import urllib3
@@ -1788,6 +1789,7 @@ def entity_filter(name):
)
zaza_utils.assertActionRanOK(action_obj)
zaza_model.wait_for_application_states()
time.sleep(5) # Give it time to finish.
new_keys = self._get_all_keys(unit, entity_filter)
self.assertNotEqual(old_keys, new_keys)
diff = new_keys - old_keys

0 comments on commit aa7d619

Please sign in to comment.