Files
zaza-openstack-tests/zaza/openstack
Joe Guo 09ee55efb1 use tenacity for retries
These code snippets were using a hard-coded sleep time, wrapped by a for loop
to retry, which is bad code smell.

Use tenacity retries to simplify the code, and be consistent with the
established approach to similar needs in other tests.

Closes #46

Signed-off-by: Joe Guo <guoqiao@gmail.com>
2019-09-05 00:07:21 +12:00
..
2019-09-05 00:07:21 +12:00