mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Forgot to activate teardown
Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com> This closes #558
This commit is contained in:
parent
b7b54f1680
commit
820a406d0f
@ -219,7 +219,6 @@ class TestVPCRedundancy(cloudstackTestCase):
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
return
|
||||
try:
|
||||
cleanup_resources(cls.api_client, cls._cleanup)
|
||||
except Exception as e:
|
||||
@ -258,7 +257,6 @@ class TestVPCRedundancy(cloudstackTestCase):
|
||||
return
|
||||
|
||||
def tearDown(self):
|
||||
return
|
||||
try:
|
||||
cleanup_resources(self.apiclient, self.cleanup)
|
||||
except Exception as e:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user