Updated Branches: refs/heads/trunk 188b7dbd8 -> f0f76f280
AMBARI-3151. ambari-server command output should point to Apache Ambari documentation (unit test changes). Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/f0f76f28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/f0f76f28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/f0f76f28 Branch: refs/heads/trunk Commit: f0f76f280a9d1edc8a53864d5c0e831a20438da6 Parents: 188b7db Author: Sumit Mohanty <[email protected]> Authored: Mon Sep 9 18:54:59 2013 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Sep 9 18:54:59 2013 -0700 ---------------------------------------------------------------------- ambari-server/src/test/python/TestAmbariServer.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/f0f76f28/ambari-server/src/test/python/TestAmbariServer.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/TestAmbariServer.py b/ambari-server/src/test/python/TestAmbariServer.py index 28241df..0ce4aeb 100644 --- a/ambari-server/src/test/python/TestAmbariServer.py +++ b/ambari-server/src/test/python/TestAmbariServer.py @@ -218,6 +218,7 @@ class TestAmbariServer(TestCase): args = ["setup-https"] opm.parse_args.return_value = (options, args) setup_https_method.return_value = False + is_server_runing_method.return_value = (False, None) options.database=None options.sid_or_sname = "sid"
