mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5633: Fixed network cleanup issue
This commit is contained in:
parent
89945cd705
commit
4251a09ef7
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue