Repository: cloudstack
Updated Branches:
  refs/heads/master 88d4fe8a0 -> 62cc1bbf5


Test the test tools as well


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/62cc1bbf
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/62cc1bbf
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/62cc1bbf

Branch: refs/heads/master
Commit: 62cc1bbf57b64eab7ad5daeacc5d2785968ad801
Parents: 88d4fe8
Author: Hugo Trippaers <htrippa...@schubergphilis.com>
Authored: Fri Aug 1 10:05:26 2014 +0200
Committer: Hugo Trippaers <htrippa...@schubergphilis.com>
Committed: Fri Aug 1 10:14:12 2014 +0200

----------------------------------------------------------------------
 tools/marvin/marvin/deployDataCenter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/62cc1bbf/tools/marvin/marvin/deployDataCenter.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/deployDataCenter.py 
b/tools/marvin/marvin/deployDataCenter.py
index ce2e5b7..2e41d66 100644
--- a/tools/marvin/marvin/deployDataCenter.py
+++ b/tools/marvin/marvin/deployDataCenter.py
@@ -1118,7 +1118,7 @@ if __name__ == "__main__":
                                    cfg,
                                    tc_run_logger,
                                    log_folder_path=log_folder_path)
-        if deploy.deploy() == FAILED
+        if deploy.deploy() == FAILED:
             print "\n===Deploy Failed==="
             tc_run_logger.debug("\n===Deploy Failed===");
             exit(1)

Reply via email to