summaryrefslogtreecommitdiffstats
path: root/utils/test/scripts/config.ini
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-21 14:56:08 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-09-21 14:56:08 +0800
commit9873984d340289ab3adcd3a7abf26ea93fc87ac1 (patch)
tree63e8c20c5535fea5c40e4e86cc2fcd90b026a2e5 /utils/test/scripts/config.ini
parent6230297636c44a4a8b67d65c7222098f77228713 (diff)
use configure file rather than arguments to organize the configuration
JIRA: FUNCTEST-480 Change-Id: Id5706de5f05d6841a1e9d8bafae7df0255c22a26 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/scripts/config.ini')
-rw-r--r--utils/test/scripts/config.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/test/scripts/config.ini b/utils/test/scripts/config.ini
new file mode 100644
index 000000000..63d283dc8
--- /dev/null
+++ b/utils/test/scripts/config.ini
@@ -0,0 +1,14 @@
+# to add a new parameter in the config file,
+# the CONF object in config.ini must be updated
+[elastic]
+url = http://localhost:9200
+creds =
+
+[output]
+# elasticsearch or console
+destination = elasticsearch
+
+[kibana]
+url = http://10.63.243.17/kibana/app/kibana
+js = true
+js_path = /usr/share/nginx/html/kibana_dashboards/conf.js