mirror of https://github.com/apache/cloudstack.git
test: cleanup acl in test_global_acls.py (#10893)
This commit is contained in:
parent
39a0ba9670
commit
4748c3fd4d
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue