Merge "add super call for tearDownClass"
This commit is contained in:
commit
f0822c33ef
@ -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'])
|
||||
|
||||
|
@ -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'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user