Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16C7110B8D for ; Wed, 3 Jul 2013 22:25:42 +0000 (UTC) Received: (qmail 73363 invoked by uid 500); 3 Jul 2013 22:25:41 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 73302 invoked by uid 500); 3 Jul 2013 22:25:41 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 73135 invoked by uid 99); 3 Jul 2013 22:25:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jul 2013 22:25:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0D3F382A0C2; Wed, 3 Jul 2013 22:25:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: commits@cloudstack.apache.org Date: Wed, 03 Jul 2013 22:25:42 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/50] [abbrv] git commit: updated refs/heads/vmsync to 78fa5e1 Cleanup list corrected Signed-off-by: Prasanna Santhanam 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 Authored: Tue Jul 2 17:00:55 2013 +0530 Committer: Prasanna Santhanam 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)