From 590b32bbd38fc62f3d221e4a5b3be9ab93bc45fe Mon Sep 17 00:00:00 2001 From: liyin Date: Fri, 2 Dec 2016 18:12:06 +0800 Subject: dashboard bug: can't deploy dashboard JIRA: BOTTLENECK-116 This patch fix the bug that bottlenecks project can't establish dashboard, error message is elasticsearch is not install. after install elasticsearch, the error message is can't get ip. to fix this bug, change file requriment.txt and dashboard file. Change-Id: Ibad0dc46ab44d500b799bbf67e169d76c59e7199 Signed-off-by: liyin --- testsuites/posca/testcase_script/posca_factor_system_bandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/posca/testcase_script') diff --git a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py index 0eb88814..0b77b6b6 100644 --- a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py +++ b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py @@ -136,7 +136,7 @@ def main(): cmd = '/home/opnfv/bottlenecks/testsuites/posca/testcase_dashboard/\ system_bandwidth.py' pargs = [INTERPRETER, cmd] - print("Begin to establish dashboard, False means already exist.\n") + print("\nBegin to establish dashboard.") sub_result = subprocess.Popen(pargs) sub_result.wait() print("System Bandwidth testing time : %s" %(endtime - starttime)) -- cgit 1.2.3-korg