mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7024: Resolved cleanup issue in test script
(cherry picked from commit ec49669f1c)
This commit is contained in:
parent
6b66fe92ca
commit
f055ec52d9
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Reference in New Issue