You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/02 11:52:24 UTC

git commit: updated refs/heads/master to 479f89c

Updated Branches:
  refs/heads/master cfd109895 -> 479f89ca3


assertion fails because cluster could be None

Object is being used in one of the Assert statements however it is not
callable. Fixed it.

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/479f89ca
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/479f89ca
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/479f89ca

Branch: refs/heads/master
Commit: 479f89ca3c43bef2ee3258cf3e78f7843a7d53cb
Parents: cfd1098
Author: sanjeevneelarapu <sa...@citrix.com>
Authored: Tue Jul 2 20:25:34 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Tue Jul 2 15:22:05 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_primary_storage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/479f89ca/test/integration/smoke/test_primary_storage.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_primary_storage.py b/test/integration/smoke/test_primary_storage.py
index 598654d..5cf31b1 100644
--- a/test/integration/smoke/test_primary_storage.py
+++ b/test/integration/smoke/test_primary_storage.py
@@ -196,7 +196,7 @@ class TestPrimaryStorageServices(cloudstackTestCase):
             self.assertNotEqual(
                         len(list_hosts_response),
                         0,
-                        "Check list Hosts in the cluster: " + cluster
+                        "Check list Hosts in the cluster: " + cluster.name
                         )