From f71eff7bfe0d3203712f22f57bae8e92c2fd8da2 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 5 Aug 2013 20:13:39 +0530 Subject: [PATCH] No need to cleanup lightweight entities like offerings Signed-off-by: Prasanna Santhanam --- .../component/test_redundant_router_network_rules.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py index f71954b599b..932e17af058 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