mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 01:05:57 +00:00
Cleanup list corrected
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 46bd2f8a28)
This commit is contained in:
parent
3b2756974a
commit
6e399cc906
@ -189,6 +189,6 @@ class TestDeployVmWithAffinityGroup(cloudstackTestCase):
|
||||
try:
|
||||
#cls.api_client = super(TestDeployVmWithAffinityGroup, cls).getClsTestClient().getApiClient()
|
||||
#Clean up, terminate the created templates
|
||||
cleanup_resources(cls.api_client, cls.cleanup)
|
||||
cleanup_resources(cls.api_client, cls._cleanup)
|
||||
except Exception as e:
|
||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user