diff options
author | hongbo tian <hongbo.tianhongbo@huawei.com> | 2016-10-08 02:43:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:43:57 +0000 |
commit | bee8604246520fc40c1b3187dd2fde1896f64f35 (patch) | |
tree | ac83d0287ebce2c865ea2900b3bf8b09367e2c19 /scripts/conf/dovetail_config.yml | |
parent | f8a61f8841cc96f06efe31e439b3b185ecb07280 (diff) | |
parent | 39942dc9c5bc152a6ed20534755cc0dc38d85ede (diff) |
Merge "Use template to unify commands in functest/yardstick"
Diffstat (limited to 'scripts/conf/dovetail_config.yml')
-rw-r--r-- | scripts/conf/dovetail_config.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/scripts/conf/dovetail_config.yml b/scripts/conf/dovetail_config.yml index 57d6e894..901988f8 100644 --- a/scripts/conf/dovetail_config.yml +++ b/scripts/conf/dovetail_config.yml @@ -3,7 +3,17 @@ work_dir: /home/opnfv/dovetail result_dir: /home/opnfv/dovetail/results report_file: 'dovetail_report.txt' -extra_config: +# used for testcase cmd template in jinja2 format +# we have two variables available now +# parameter path, use this path to walk through python object and get value +# and the python object is "testcase" object by hard-coded +parameters: + - name: testcase + path: '("name",)' + - name: script_testcase + path: '("scripts", "testcase")' + +include_config: - functest_config.yml - yardstick_config.yml |