Repository: cloudstack Updated Branches: refs/heads/master 2f293f42d -> 5f87056e9
CLOUDSTACK-7024: Resolved cleanup issue in test script Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5f87056e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5f87056e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5f87056e Branch: refs/heads/master Commit: 5f87056e950e0cae042d0c836f10a091800b8dbc Parents: 2f293f4 Author: Ashutosh K <ashut...@clogeny.com> Authored: Fri Jul 18 01:14:42 2014 -0400 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Fri Jul 18 02:31:33 2014 -0400 ---------------------------------------------------------------------- test/integration/component/test_project_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5f87056e/test/integration/component/test_project_usage.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py index 5e0dda5..e8ed1b1 100644 --- a/test/integration/component/test_project_usage.py +++ b/test/integration/component/test_project_usage.py @@ -720,7 +720,7 @@ class TestTemplateUsage(cloudstackTestCase): account=cls.account.name, domainid=cls.account.domainid ) - cls._cleanup.append(cls.account) + cls._cleanup.insert(-1, cls.project) cls.service_offering = ServiceOffering.create( cls.api_client, cls.services["service_offering"])