From f9e27f31832ef3d3809b69129cbe8a9412da7246 Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Tue, 29 Nov 2016 14:19:38 +0800 Subject: correct the path of transform/ in ansible scripts Due to reorganize qtip directory, it need to correct the path of transform/ in ansible scripts Change-Id: I9eb9cb194419b9eeb71ece6764335ee238db1481 Signed-off-by: wu.zhihui --- benchmarks/perftest/iperf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/perftest/iperf.yaml') diff --git a/benchmarks/perftest/iperf.yaml b/benchmarks/perftest/iperf.yaml index 7886e8a1..a1755f7c 100644 --- a/benchmarks/perftest/iperf.yaml +++ b/benchmarks/perftest/iperf.yaml @@ -93,14 +93,14 @@ when: rolename == "2-host" and "{{privateip1}}" != "NONE" - name: Fetching result transformation script - copy: src={{workingdir}}/utils/transform/iperf_transform.py dest={{home_dir.stdout}}/qtip_result + copy: src={{workingdir}}/qtip/utils/transform/iperf_transform.py dest={{home_dir.stdout}}/qtip_result - name: Transforming result shell: cd $HOME/qtip_result && sudo python iperf_transform.py when: rolename =="2-host" and "{{ip2}}" == '' - name: copy report formation script - copy: src={{workingdir}}/utils/transform/final_report.py dest={{home_dir.stdout}}/qtip_result + copy: src={{workingdir}}/qtip/utils/transform/final_report.py dest={{home_dir.stdout}}/qtip_result when: rolename =="2-host" and "{{ip2}}" == '' - name: consolidating report -- cgit 1.2.3-korg