diff options
author | 2016-01-29 12:48:00 +0000 | |
---|---|---|
committer | 2016-02-01 22:38:12 +0000 | |
commit | d7d8103d8bfdf572241d7db9c24414f1664ec8f8 (patch) | |
tree | 41059aedc9ecb082b64b96ed3a53d2412e375cc4 /benchmarks/playbooks/dpi.yaml | |
parent | 7dedbc3f2ed05380110aa885f01a59885beb8758 (diff) |
Test_case name included in final json result file
Change-Id: Ic4059dd58d2c5c4e9f8a00a1c419dce0994bc1bc
Signed-off-by: Nauman Ahad <nauman.ahad@xflowresearch.com>
(cherry picked from commit 6bfa54e98b06fdd3daf9d26f9a66545402e9252c)
Diffstat (limited to 'benchmarks/playbooks/dpi.yaml')
-rw-r--r-- | benchmarks/playbooks/dpi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index e4b7a0fc..6b24fae6 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -56,7 +56,7 @@ - name: copy report formation script copy: src=./result_transform/final_report.py dest={{home_dir.stdout}}/qtip_result - name: consolidating report - shell: cd $HOME/qtip_result && python final_report.py DPI + shell: cd $HOME/qtip_result && python final_report.py DPI {{fname}} - name: registering files shell: (cd $HOME/qtip_result/; find . -maxdepth 1 -name "*.json") | cut -d'/' -f2 register: files_to_copy |