diff options
Diffstat (limited to 'scripts/conf/yardstick_config.yml')
-rw-r--r-- | scripts/conf/yardstick_config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/conf/yardstick_config.yml b/scripts/conf/yardstick_config.yml index 5c04a286..9eda6e54 100644 --- a/scripts/conf/yardstick_config.yml +++ b/scripts/conf/yardstick_config.yml @@ -9,9 +9,12 @@ yardstick: result_dir: '/tmp/yardstick/result' shell_dir: '/tmp/yardstick' shell_dir_name: 'prepare_test_yard' + testcase: + build_test_cmd: '/tmp/yardstick/build_run_test.sh %s.yaml /tmp/yardstick/result/%s.out' + test_cmd: '/tmp/yardstick/run_test.sh %s.yaml /tmp/yardstick/result/%s.out' result: dir: '/tmp/yardstick/result' store_type: 'file' db_url: 'http://testresults.opnfv.org/test/api/v1/results?case=%s&last=1' - file_path: '/tmp/yardstick/result/yardstick.log' + file_path: '/home/opnfv/dovetail/results/yardstick.log' |