From 6bfa54e98b06fdd3daf9d26f9a66545402e9252c Mon Sep 17 00:00:00 2001 From: Nauman Ahad Date: Fri, 29 Jan 2016 12:48:00 +0000 Subject: Test_case name included in final json result file Change-Id: Ic4059dd58d2c5c4e9f8a00a1c419dce0994bc1bc Signed-off-by: Nauman Ahad --- benchmarks/playbooks/whetstone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/playbooks/whetstone.yaml') diff --git a/benchmarks/playbooks/whetstone.yaml b/benchmarks/playbooks/whetstone.yaml index 7f062264..ab9290e6 100644 --- a/benchmarks/playbooks/whetstone.yaml +++ b/benchmarks/playbooks/whetstone.yaml @@ -46,7 +46,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 Whetstone + shell: cd $HOME/qtip_result && python final_report.py Whetstone {{fname}} - name: making directory file: path={{home_dir.stdout}}/qtip_result/log state=directory - name: copying result to temp directory -- cgit 1.2.3-korg