diff options
author | Leo Wang <grakiss.wanglei@huawei.com> | 2016-09-20 07:51:11 -0400 |
---|---|---|
committer | Leo Wang <grakiss.wanglei@huawei.com> | 2016-09-21 03:35:54 -0400 |
commit | d8ee3fd2cb9e221466e49703a25e9b7e1343be62 (patch) | |
tree | 91ec95ae9af8795c4707c4ccf0dd79235568747e /scripts/conf | |
parent | 9a4faf7c4bf22b7683e89d1b287b1a1389657233 (diff) |
save dovetail report to disk
JIRA: DOVETAIL-16
Change-Id: I8aab0b34425b698fee556ef97d3b0942b1b149d2
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
Diffstat (limited to 'scripts/conf')
-rw-r--r-- | scripts/conf/dovetail_config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/conf/dovetail_config.yml b/scripts/conf/dovetail_config.yml index b674a190..57d6e894 100644 --- a/scripts/conf/dovetail_config.yml +++ b/scripts/conf/dovetail_config.yml @@ -1,6 +1,7 @@ work_dir: /home/opnfv/dovetail result_dir: /home/opnfv/dovetail/results +report_file: 'dovetail_report.txt' extra_config: - functest_config.yml |