From 5f87056e950e0cae042d0c836f10a091800b8dbc Mon Sep 17 00:00:00 2001 From: Ashutosh K Date: Fri, 18 Jul 2014 01:14:42 -0400 Subject: [PATCH] CLOUDSTACK-7024: Resolved cleanup issue in test script --- test/integration/component/test_project_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_project_usage.py b/test/integration/component/test_project_usage.py index 5e0dda5aff2..e8ed1b193d9 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"])