From 820a406d0f4b7bf535f3ee49049ef462961f5575 Mon Sep 17 00:00:00 2001 From: Ian Southam Date: Thu, 2 Jul 2015 09:19:48 -0400 Subject: [PATCH] Forgot to activate teardown Signed-off-by: wilderrodrigues This closes #558 --- test/integration/component/test_vpc_redundant.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/component/test_vpc_redundant.py b/test/integration/component/test_vpc_redundant.py index 66da462a0a7..8fe44c28d8d 100644 --- a/test/integration/component/test_vpc_redundant.py +++ b/test/integration/component/test_vpc_redundant.py @@ -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: