Updated Branches: refs/heads/4.2 c847a6d02 -> 42dd51562
CLOUDSTACK-3930 : Add cleanup Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/42dd5156 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/42dd5156 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/42dd5156 Branch: refs/heads/4.2 Commit: 42dd51562208bb797bd8f42e7af8f74e6da53330 Parents: c847a6d 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:22 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/42dd5156/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
