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
613aa8ea28
commit
17e1922439
|
|
@ -3648,7 +3648,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