099f22ab1357b4408696be1455e66430b22de468
When running the file ready function each unit would download into the same tmp directory. For files with restrictive permissions this would lead to a permission denied and false negative on the second unit. i.e. file is 444 and the subsequent scp fails due to the inability to overwrite the first file. Use a separate tmp dir for each unit to avoid this problem.
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%