CLOUDSTACK-5633: Fixed network cleanup issue

This commit is contained in:
Gaurav Aradhye 2014-01-03 11:02:30 +05:30 committed by Girish Shilamkar
parent 89945cd705
commit 4251a09ef7
1 changed files with 1 additions and 3 deletions

View File

@ -376,7 +376,7 @@ class TestNetwork(cloudstackTestCase):
)
cls._cleanup = [
cls.account,
cls.service_offering,
cls.domain
]
return
@ -543,8 +543,6 @@ class TestNetwork(cloudstackTestCase):
# Wait for expunge interval to cleanup VM
wait_for_cleanup(self.apiclient, ["expunge.delay", "expunge.interval"])
self.cleanup.append(domain_network)
return