commit | b96c83e9997d6e98751b592158ffa36c03cee88c | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Thu Aug 24 20:22:09 2023 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Aug 24 20:22:09 2023 +0000 |
tree | d9f679927adcdae6edaac22414184cf114c8bcbd | |
parent | f1235be7132e2852751cf23471189dadd6ed0005 [diff] | |
parent | 1470ddcee820d95f2ed5f3f5ecdded20e3a01fa5 [diff] |
Merge "Use service role also in test_assisted_volume_snapshots"
diff --git a/tempest/lib/common/utils/test_utils.py b/tempest/lib/common/utils/test_utils.py index 4cf8351..c79db15 100644 --- a/tempest/lib/common/utils/test_utils.py +++ b/tempest/lib/common/utils/test_utils.py
@@ -93,6 +93,7 @@ if attempt >= 3: raise LOG.warning('Got ServerFault while running %s, retrying...', func) + time.sleep(1) def call_until_true(func, duration, sleep_for, *args, **kwargs):