summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/conf/dovetail_config.yml')
-rw-r--r--dovetail/conf/dovetail_config.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
new file mode 100644
index 00000000..901988f8
--- /dev/null
+++ b/dovetail/conf/dovetail_config.yml
@@ -0,0 +1,20 @@
+
+work_dir: /home/opnfv/dovetail
+result_dir: /home/opnfv/dovetail/results
+report_file: 'dovetail_report.txt'
+
+# 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
+
+