Forgot to activate teardown

Signed-off-by: wilderrodrigues <[email protected]>

This closes #558


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/820a406d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/820a406d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/820a406d

Branch: refs/heads/reporter
Commit: 820a406d0f4b7bf535f3ee49049ef462961f5575
Parents: b7b54f1
Author: Ian Southam <[email protected]>
Authored: Thu Jul 2 09:19:48 2015 -0400
Committer: wilderrodrigues <[email protected]>
Committed: Wed Jul 8 11:19:13 2015 +0200

----------------------------------------------------------------------
 test/integration/component/test_vpc_redundant.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/820a406d/test/integration/component/test_vpc_redundant.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_vpc_redundant.py 
b/test/integration/component/test_vpc_redundant.py
index 66da462..8fe44c2 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:

Reply via email to