25cfab8651b105aaa68fd6e3685a4589877a5989
When the charm under test is not the self.application_name of the object of the setup/test class zaza.test_charms.test_utils.config_change would try to make a configuration change to the wrong charm. This lead to https://github.com/openstack-charmers/zaza/issues/168. This change allows passing application_name to config_change for when the charm under test is not the same as the object's self.application_name. Closes-Issue: https://github.com/openstack-charmers/zaza/issues/168
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%