Merge "add super call for tearDownClass"

This commit is contained in:
Zuul 2019-02-28 09:51:09 +00:00 committed by Gerrit Code Review
commit f0822c33ef
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class TestRca(BaseRcaTest):
# noinspection PyPep8Naming
@classmethod
def tearDownClass(cls):
super(TestRca, cls).tearDownClass()
if cls._template is not None:
v_utils.delete_template(cls._template['uuid'])

View File

@ -47,6 +47,7 @@ class TestValidate(BaseTemplateTest):
@classmethod
def tearDownClass(cls):
super(TestValidate, cls).tearDownClass()
if cls._template is not None:
v_utils.delete_template(cls._template['uuid'])