add super call for tearDownClass
Change-Id: Iac11fe98a7dd053d5a7dbd640f7d76e04697dbf1
This commit is contained in:
parent
72489fd839
commit
8b25bb2ce2
@ -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