From 8ca5097752b0b7348ab0801ada181ba3b5e95201 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 (cherry picked from commit 308fa41416dc37b4651087c8e30da31a0e9a63d3) --- 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