CLOUDSTACK-7013: Fixing test script issue in test_add_remove_network.py

(cherry picked from commit f99a96f38a)
This commit is contained in:
Ashutosh K 2014-07-16 23:30:43 -04:00 committed by Daan Hoogland
parent 01e7833017
commit 6b66fe92ca
1 changed files with 1 additions and 1 deletions

View File

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