From cddd321b75c09ca6f537d270624621b5647f2bef Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Tue, 2 Mar 2021 13:50:14 +0100 Subject: [PATCH] another network for cleanup --- test/integration/component/test_acl_isolatednetwork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/component/test_acl_isolatednetwork.py b/test/integration/component/test_acl_isolatednetwork.py index 961820e8d74..4f626050dd5 100644 --- a/test/integration/component/test_acl_isolatednetwork.py +++ b/test/integration/component/test_acl_isolatednetwork.py @@ -1091,6 +1091,7 @@ class TestIsolatedNetwork(cloudstackTestCase): networkofferingid=isolated_network_offering_id, zoneid=zone.id ) + cls._cleanup.append(network) return network @staticmethod