CLOUDSTACK-7024: Resolved cleanup issue in test script

This commit is contained in:
Ashutosh K 2014-07-18 01:14:42 -04:00 committed by Girish Shilamkar
parent 2f293f42d5
commit 5f87056e95

View File

@ -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"])