aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/netperf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/playbooks/netperf.yaml')
-rw-r--r--benchmarks/playbooks/netperf.yaml4
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