aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/dpi.yaml
diff options
context:
space:
mode:
authorNauman_Ahad <Nauman_Ahad@dell.com>2016-01-20 17:26:11 +0500
committerNauman Ahad <nauman.ahad@xflowresearch.com>2016-02-01 22:26:27 +0000
commitc013d5c523c42221f2c3594f0a751e9181b80a6b (patch)
tree1c6ec6f62b65638163065cde946fcf20c0052677 /benchmarks/playbooks/dpi.yaml
parente6f6973014823b2525321f9a8cd0a42f09454cae (diff)
Resolving bug for result collection
For all benchmarks, the final ansible play to consolidate json was failing in docker containers Change-Id: I3611d74b7dbd38eccd46f9dcc982473f96b16157 Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com> (cherry picked from commit 688380c212d1fc7cceb969a4d150c7764fcdeb77)
Diffstat (limited to 'benchmarks/playbooks/dpi.yaml')
-rw-r--r--benchmarks/playbooks/dpi.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml
index 3bc6e017..029133d0 100644
--- a/benchmarks/playbooks/dpi.yaml
+++ b/benchmarks/playbooks/dpi.yaml
@@ -77,10 +77,10 @@
connection: local
tasks:
- name: extracting_json
- shell: ( find ../../{{Dest_dir}}/dpi/dpi_temp/ -name "*.json" | xargs cp -t ../../{{Dest_dir}}/dpi/)
+ shell: (find ../../{{Dest_dir}}/dpi/dpi_temp/ -name "*.json" | xargs cp -t ../../{{Dest_dir}}/dpi/)
- name: making_logs_folder
shell: mkdir -p ../../{{Dest_dir}}/dpi/logs
- name: extracting_log
- shell: ( find ../../{{Dest_dir}}/dpi/dpi_temp/ -name "*.log" | xargs cp -t ../../{{Dest_dir}}/dpi/logs)
+ shell: (find ../../{{Dest_dir}}/dpi/dpi_temp/ -name "*.log" | xargs cp -t ../../{{Dest_dir}}/dpi/logs)
- name: removing dpi_temp
- shell: rm -rf ../../{{Dest_dir}}/dpi/dpi_temp \ No newline at end of file
+ shell: rm -rf ../../{{Dest_dir}}/dpi/dpi_temp