Cleanup list corrected

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 46bd2f8a28)
This commit is contained in:
Prasanna Santhanam 2013-07-02 17:00:55 +05:30
parent 3b2756974a
commit 6e399cc906

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)