mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8137: Fixed cleanup issue in sec group tests in test_escalations_instances.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
1ee4188835
commit
eae9f0f0b0
|
|
@ -3652,7 +3652,6 @@ class TestInstances(cloudstackTestCase):
|
|||
security_group,
|
||||
"Security Group creation failed"
|
||||
)
|
||||
self.cleanup.append(security_group)
|
||||
security_groups_list_size = security_groups_list_size + 1
|
||||
|
||||
# Listing the networks again
|
||||
|
|
|
|||
Loading…
Reference in New Issue