summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-05-03 06:11:51 +0000
committerxudan <xudan16@huawei.com>2017-05-04 02:40:07 +0000
commit17466cf17b36bf6fcca00894bcedc8c88df25a4b (patch)
tree4ae6f76863ce46b00125f4667213bf37d3586479 /dovetail/conf/dovetail_config.yml
parentbae197167f137c478f8bb3268d9e047a6b6839b6 (diff)
Get results json data from database
JIRA: DOVETAIL-417 1. If report results with files, all results will be stored in local files. 2. If report to database, will get results from database and stored with file results.json Change-Id: Ic30037bd66cd37042f82b75fac2043a876e21c6f Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/conf/dovetail_config.yml')
-rw-r--r--dovetail/conf/dovetail_config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index 332628a2..ec1f5254 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -1,7 +1,8 @@
---
-report_file: 'dovetail_report.txt'
+# report_file: 'dovetail_report.txt'
cli_file_name: 'cmd_config.yml'
report_dest: 'file'
+result_file: 'results.json'
# OPENSTACK Credential file
openrc: '/home/opnfv/dovetail/openrc.sh'