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(