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/iperf.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/iperf.yaml')
-rw-r--r-- | benchmarks/playbooks/iperf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/playbooks/iperf.yaml b/benchmarks/playbooks/iperf.yaml index ce2ffb6d..d67884f4 100644 --- a/benchmarks/playbooks/iperf.yaml +++ b/benchmarks/playbooks/iperf.yaml @@ -85,7 +85,7 @@ copy: src=./result_transform/final_report.py dest={{home_dir.stdout}}/qtip_result when: rolename =="2-host" and "{{ip2}}" == '' - name: consolidating report - shell: cd $HOME/qtip_result && python final_report.py IPERF + shell: cd $HOME/qtip_result && python final_report.py IPERF {{fname}} when: rolename =="2-host" and "{{ip2}}" == '' - name: Files to Copy shell: (cd $HOME/qtip_result/; find . -maxdepth 1 -name "*.json") | cut -d'/' -f2 @@ -124,4 +124,4 @@ shell: rm -rf {{workingdir}}/{{Dest_dir}}/iperf/iperf_raw.json when: rolename == "2-host" - name: removing iperf_temp - shell: rm -rf {{workingdir}}/{{Dest_dir}}/iperf/iperf_temp
\ No newline at end of file + shell: rm -rf {{workingdir}}/{{Dest_dir}}/iperf/iperf_temp |