mirror of https://github.com/apache/cloudstack.git
Cleanup list corrected
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
b8d876fff8
commit
46bd2f8a28
|
|
@ -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