diff --git a/unit_tests/test_ops_openstack.py b/unit_tests/test_ops_openstack.py index 98a6928..e2cf713 100644 --- a/unit_tests/test_ops_openstack.py +++ b/unit_tests/test_ops_openstack.py @@ -124,6 +124,29 @@ class TestOSBaseCharm(CharmTestCase): description: pause action resume: description: resume action + ''', + config=''' + options: + source: + type: string + default: + description: a PPA + key: + type: string + default: + description: a key + custom-check-fail: + type: bool + default: False + description: a failure to report in the unit status + plugin1-check-fail: + type: bool + default: False + description: another failure to report + plugin2-check-fail: + type: bool + default: False + description: yet another failure to report ''') def test_init(self):