charm-aodh/unit_tests
Alex Kavanagh d9c11f6525 Use charms.openstack charmhelpers test_mocks
Every reactive charm that uses charms.openstack and implements unit
testing needs to mock charmhelpers, as otherwise the tests blow up.
This patch uses the mocking of charmhelpers in charms.openstack so that
a charm layer can just import test_mocks and charmhelpers will be mocked
out along with setting up a default
charmhelpers.c.o.u.OPENSTACK_RELEASES so that when an OpenStackCharm()
derived charm class won't fail on definition.

Change-Id: I703f7cc775a78cf3b56583316c3dcb8482751bfd
Related-Bug: #1693017
Depends-On: I5ac40617ee30e5f421ec16fc7592177a5e6aa166
2017-05-24 20:23:38 +01:00
..
__init__.py Use charms.openstack charmhelpers test_mocks 2017-05-24 20:23:38 +01:00
test_aodh_handlers.py Fix network space support for database relation 2017-01-26 10:20:42 +00:00
test_lib_charm_openstack_aodh.py Run aodh-api under mod_wsgi with apache2 2017-01-11 18:19:11 +00:00