mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7020:Fixed test script issue
This commit is contained in:
parent
28a4ae3713
commit
0c050e04fd
|
|
@ -661,6 +661,7 @@ class TestTemplateUsage(cloudstackTestCase):
|
|||
cls.services["ostype"]
|
||||
)
|
||||
cls.services["server"]["zoneid"] = cls.zone.id
|
||||
cls._cleanup = []
|
||||
try:
|
||||
cls.account = Account.create(
|
||||
cls.api_client,
|
||||
|
|
|
|||
Loading…
Reference in New Issue