From 42dd51562208bb797bd8f42e7af8f74e6da53330 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 30 Jul 2013 13:19:32 +0530 Subject: [PATCH] CLOUDSTACK-3930 : Add cleanup Signed-off-by: Prasanna Santhanam --- test/integration/component/test_redundant_router_services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/component/test_redundant_router_services.py b/test/integration/component/test_redundant_router_services.py index ced54871325..64bb6e99acb 100644 --- a/test/integration/component/test_redundant_router_services.py +++ b/test/integration/component/test_redundant_router_services.py @@ -190,6 +190,7 @@ class TestEnableVPNOverRvR(cloudstackTestCase): admin=True, domainid=self.domain.id ) + self.cleanup = [] self.cleanup.insert(0, self.account) return