Updated Branches: refs/heads/master 5d89206ea -> 8ca509775
CLOUDSTACK-3930 : Add cleanup Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 308fa41416dc37b4651087c8e30da31a0e9a63d3) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8ca50977 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8ca50977 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8ca50977 Branch: refs/heads/master Commit: 8ca5097752b0b7348ab0801ada181ba3b5e95201 Parents: 5d89206 Author: Prasanna Santhanam <[email protected]> Authored: Tue Jul 30 13:19:32 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Jul 30 13:51:54 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_redundant_router_services.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8ca50977/test/integration/component/test_redundant_router_services.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_redundant_router_services.py b/test/integration/component/test_redundant_router_services.py index ced5487..64bb6e9 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
