summaryrefslogtreecommitdiffstats
path: root/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2016-12-02 18:12:06 +0800
committerAce Lee <liyin11@huawei.com>2016-12-02 11:35:08 +0000
commit590b32bbd38fc62f3d221e4a5b3be9ab93bc45fe (patch)
treedec85a4ed2c28ef7012df0a2579c8541dab21cc7 /testsuites/posca/testcase_script/posca_factor_system_bandwidth.py
parentc8df867b2a9630399ce3f08aef1794283b15bd13 (diff)
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 <liyin11@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_script/posca_factor_system_bandwidth.py')
-rw-r--r--testsuites/posca/testcase_script/posca_factor_system_bandwidth.py2
1 files changed, 1 insertions, 1 deletions
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))