From 4748c3fd4d2e1037e0acbb595e3e1123b17f7441 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 22 May 2025 08:10:08 +0200 Subject: [PATCH] test: cleanup acl in test_global_acls.py (#10893) --- test/integration/smoke/test_global_acls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/smoke/test_global_acls.py b/test/integration/smoke/test_global_acls.py index 47db858c121..2a7aabe2004 100644 --- a/test/integration/smoke/test_global_acls.py +++ b/test/integration/smoke/test_global_acls.py @@ -141,6 +141,7 @@ class TestGlobalACLs(cloudstackTestCase): # Creating ACL list acl = NetworkACLList.create(apiclient=self.apiclient, services={}, name="acl", description="acl") + self.cleanup.append(acl) # Creating tier on VPC with ACL list network = Network.create(