From 46bd2f8a28210e0036023efaca6295df9d4b4058 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 2 Jul 2013 17:00:55 +0530 Subject: [PATCH] Cleanup list corrected Signed-off-by: Prasanna Santhanam --- test/integration/smoke/test_affinity_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_affinity_groups.py b/test/integration/smoke/test_affinity_groups.py index e0e1a17273b..e63b91672c6 100644 --- a/test/integration/smoke/test_affinity_groups.py +++ b/test/integration/smoke/test_affinity_groups.py @@ -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)