Updated Branches:
  refs/heads/master 8845aae0b -> 0561daa54

No need to cleanup lightweight entities like offerings

Signed-off-by: Prasanna Santhanam <[email protected]>
(cherry picked from commit 1670aeac360b591f513a76a0c77158672f3e387f)


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

Branch: refs/heads/master
Commit: 0561daa54dd73f9d53423c514a8d3a1effdf4cac
Parents: 8845aae
Author: Prasanna Santhanam <[email protected]>
Authored: Mon Aug 5 20:13:39 2013 +0530
Committer: Prasanna Santhanam <[email protected]>
Committed: Mon Aug 5 20:14:07 2013 +0530

----------------------------------------------------------------------
 .../component/test_redundant_router_network_rules.py            | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0561daa5/test/integration/component/test_redundant_router_network_rules.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_network_rules.py 
b/test/integration/component/test_redundant_router_network_rules.py
index f71954b..932e17a 100644
--- a/test/integration/component/test_redundant_router_network_rules.py
+++ b/test/integration/component/test_redundant_router_network_rules.py
@@ -163,11 +163,6 @@ class 
TestRedundantRouterRulesLifeCycle(cloudstackTestCase):
                                             )
         # Enable Network offering
         cls.network_offering.update(cls.api_client, state='Enabled')
-
-        cls._cleanup = [
-                        cls.service_offering,
-                        cls.network_offering,
-                        ]
         return
 
     @classmethod

Reply via email to