d90da772d251d5a7204a64d403b3438f2b504906
* Expose resource_reaches_status' retry options resource_reaches_status is used in many places to monitor many different kinds of OpenStack resource. It is reasonable to expect a flavor to be created in a few seconds where as an image based instance may take minutes to become active. With that in mind this change exposes the retry options used by tenacity allowing the caller to set reasonable expectations for the resource state change. In addition the image based instance creation call is updated to retry for longer as this has been timing out. * Remove swap files
ZAZA
A Python3-only functional test framework for OpenStack Charms.
Source code: https://github.com/openstack-charmers/zaza
Bug reports: https://github.com/openstack-charmers/zaza/issues
Documentation: https://zaza.readthedocs.io/en/latest/
Execute Python Unit Tests
tox -e py3
Execute Python PEP-8 Tests
tox -e pep8
Build the Docs
tox -e docs
Description
Languages
Python
99.6%
Jinja
0.4%