Skip to content

Commit

Permalink
More fixes to super calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Sep 25, 2019
1 parent 5e2fbf9 commit 677de69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zaza/openstack/charm_tests/policyd/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ class PolicydTest(test_utils.OpenStackBaseTest):
service: keystone
"""

@classmethod
def setUpClass(cls, application_name=None):
super(PolicydTest, cls).setUpClass(application_name)
cls._tmp_dir = tempfile.mkdtemp()
cls._service_name = \
cls.test_config['tests_options']['policyd']['service']

@classmethod
def tearDownClass(cls):
super(PolicydTest, cls).tearDownClass()
try:
Expand Down

0 comments on commit 677de69

Please sign in to comment.