Cleanup list corrected

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-07-02 17:00:55 +05:30
parent b8d876fff8
commit 46bd2f8a28
1 changed files with 1 additions and 1 deletions

View File

@ -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)