Forgot to activate teardown

Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>

This closes #558
This commit is contained in:
Ian Southam 2015-07-02 09:19:48 -04:00 committed by wilderrodrigues
parent b7b54f1680
commit 820a406d0f

View File

@ -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: