diff options
author | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-01-29 12:48:00 +0000 |
---|---|---|
committer | Nauman Ahad <nauman.ahad@xflowresearch.com> | 2016-01-29 12:48:00 +0000 |
commit | 6bfa54e98b06fdd3daf9d26f9a66545402e9252c (patch) | |
tree | 41059aedc9ecb082b64b96ed3a53d2412e375cc4 /benchmarks/playbooks/dhrystone.yaml | |
parent | 96da743d9d8fbf2245a27fbbce703bc3c55dbdda (diff) |
Test_case name included in final json result file
Change-Id: Ic4059dd58d2c5c4e9f8a00a1c419dce0994bc1bc
Signed-off-by: Nauman Ahad <nauman.ahad@xflowresearch.com>
Diffstat (limited to 'benchmarks/playbooks/dhrystone.yaml')
-rw-r--r-- | benchmarks/playbooks/dhrystone.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/dhrystone.yaml b/benchmarks/playbooks/dhrystone.yaml index 3c1c7fb2..d6306be4 100644 --- a/benchmarks/playbooks/dhrystone.yaml +++ b/benchmarks/playbooks/dhrystone.yaml @@ -45,7 +45,7 @@ - name: copying consolidated report script copy: src=./result_transform/final_report.py dest={{home_dir.stdout}}/qtip_result/ - name: making consolidated report - shell: cd $HOME/qtip_result && python final_report.py Dhrystone + shell: cd $HOME/qtip_result && python final_report.py Dhrystone {{fname}} - name: making directory file: path={{home_dir.stdout}}/qtip_result/log state=directory - name: copying result to temp directory |