another network for cleanup

This commit is contained in:
Daan Hoogland 2021-03-02 13:50:14 +01:00
parent 587c8acd76
commit cddd321b75
1 changed files with 1 additions and 0 deletions

View File

@ -1091,6 +1091,7 @@ class TestIsolatedNetwork(cloudstackTestCase):
networkofferingid=isolated_network_offering_id,
zoneid=zone.id
)
cls._cleanup.append(network)
return network
@staticmethod