mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7013: Fixing test script issue in test_add_remove_network.py
(cherry picked from commit f99a96f38a)
This commit is contained in:
parent
01e7833017
commit
6b66fe92ca
|
|
@ -1391,7 +1391,7 @@ class TestFailureScenariosRemoveNicFromVM(cloudstackTestCase):
|
|||
cls._cleanup = []
|
||||
|
||||
cls.account = Account.create(cls.api_client,cls.services["account"],domainid = cls.domain.id)
|
||||
cls.append(cls.account)
|
||||
cls._cleanup.append(cls.account)
|
||||
|
||||
cls.service_offering = ServiceOffering.create(cls.api_client,cls.services["service_offering"])
|
||||
cls._cleanup.append(cls.service_offering)
|
||||
|
|
|
|||
Loading…
Reference in New Issue