From fab45b5180e8ba629d9450b4db03b4f72c59fd08 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 6 Aug 2013 16:56:08 +0530 Subject: [PATCH] add cleanup list Signed-off-by: Prasanna Santhanam --- .../integration/component/test_redundant_router_network_rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/component/test_redundant_router_network_rules.py b/test/integration/component/test_redundant_router_network_rules.py index faed3898dff..cc8dc85572e 100644 --- a/test/integration/component/test_redundant_router_network_rules.py +++ b/test/integration/component/test_redundant_router_network_rules.py @@ -163,6 +163,7 @@ class TestRedundantRouterRulesLifeCycle(cloudstackTestCase): ) # Enable Network offering cls.network_offering.update(cls.api_client, state='Enabled') + cls._cleanup = [] return @classmethod