You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/07/04 00:25:42 UTC

[03/50] [abbrv] git commit: updated refs/heads/vmsync to 78fa5e1

Cleanup list corrected

Signed-off-by: Prasanna Santhanam <ts...@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 <ts...@apache.org>
Authored: Tue Jul 2 17:00:55 2013 +0530
Committer: Prasanna Santhanam <ts...@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)