From 9873984d340289ab3adcd3a7abf26ea93fc87ac1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 21 Sep 2016 14:56:08 +0800 Subject: use configure file rather than arguments to organize the configuration JIRA: FUNCTEST-480 Change-Id: Id5706de5f05d6841a1e9d8bafae7df0255c22a26 Signed-off-by: SerenaFeng --- utils/test/scripts/config.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/test/scripts/config.ini (limited to 'utils/test/scripts/config.ini') 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 -- cgit 1.2.3-korg