This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.19 by this push:
     new 4748c3fd4d2 test: cleanup acl in test_global_acls.py (#10893)
4748c3fd4d2 is described below

commit 4748c3fd4d2e1037e0acbb595e3e1123b17f7441
Author: Wei Zhou <[email protected]>
AuthorDate: Thu May 22 08:10:08 2025 +0200

    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(

Reply via email to