diff options
author | Mofassir <Mofassir_arif@Dellteam.com> | 2015-12-30 23:58:38 -0800 |
---|---|---|
committer | Mofassir <Mofassir_arif@Dellteam.com> | 2015-12-30 23:58:38 -0800 |
commit | 7d705a294ed7c9fb4931ffd2bc0555dfb35231e1 (patch) | |
tree | 6dd261b5b785aa5c2045dbd16d569a2824c39964 /benchmarks/playbooks/netperf.yaml | |
parent | 39342467e5e647ae605f40bed04c5a3b3bc50f5e (diff) |
Minor changes to the code, to prep for code freeze.
the result format of iperf has been made consistent
Change-Id: Iede4b381ca2e5d7643bf6420f17684bbf2cc2921
Signed-off-by: Mofassir <Mofassir_arif@Dellteam.com>
Diffstat (limited to 'benchmarks/playbooks/netperf.yaml')
-rw-r--r-- | benchmarks/playbooks/netperf.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/playbooks/netperf.yaml b/benchmarks/playbooks/netperf.yaml index fb6fd18a..3292f060 100644 --- a/benchmarks/playbooks/netperf.yaml +++ b/benchmarks/playbooks/netperf.yaml @@ -71,4 +71,6 @@ when: role is defined - name: extracting_json shell: ( find ../../{{Dest_dir}}/netperf/netperf_temp/ -name "*.json" | xargs cp -t ../../{{Dest_dir}}/netperf/) - when: rolename == "2-host"
\ No newline at end of file + when: rolename == "2-host" + - name: removing netperf_temp + shell: rm -rf ../../{{Dest_dir}}/netperf/netperf_temp
\ No newline at end of file |