Juju Charm - Designate Bind Backend
456a418ba4
A recent change in charms.openstack to support wrapped OpenStack releases caused unit tests to fail. The unit tests failed because mocking was incompatible with the change. This commit mocks the default_get_charm instance where the charms.openstack change was breaking unit tests. Closes-Bug: 2066281 Change-Id: I87263ac24e5e4061757e5fb8bb167a43b2e85f93 |
||
---|---|---|
src | ||
unit_tests | ||
.bzrignore | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
charmcraft.yaml | ||
LICENSE | ||
metadata.yaml | ||
osci.yaml | ||
README.md | ||
rebuild | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
Overview
This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.
Test and Build
Building, pushing and publishing to the charm store is automated by CI to ensure consistent flow. Manually building is useful for development and testing, however.
tox -e pep8
tox -e py34 # or py27 or py35
tox -e build
Contact Information
OFTC IRC: #openstack-charms