Cleanup list corrected Signed-off-by: Prasanna Santhanam <t...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/46bd2f8a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/46bd2f8a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/46bd2f8a Branch: refs/heads/vmsync Commit: 46bd2f8a28210e0036023efaca6295df9d4b4058 Parents: b8d876f Author: Prasanna Santhanam <t...@apache.org> Authored: Tue Jul 2 17:00:55 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Tue Jul 2 17:00:55 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_affinity_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/46bd2f8a/test/integration/smoke/test_affinity_groups.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_affinity_groups.py b/test/integration/smoke/test_affinity_groups.py index e0e1a17..e63b916 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)