From e6714fc90f92dce02925d305a290f57ccf5578d0 Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Mon, 11 Jan 2016 16:23:29 +0500 Subject: Changed name for lab of dell-us-deploying-bm-3 Changed name from dell-us-deploying-bm-3 to dell-us-deploying-bm3 in testcases. Removed duplicate ramspeed playbook file "ramspeedbench.yaml" Change-Id: Ieb49a0466e6f86bb02990962b382696cc7ae3e31 Signed-off-by: Nauman_Ahad (cherry picked from commit ffa0be2adf6e9e44e2317f89dd5832aff96772ad) --- benchmarks/playbooks/ramspeed.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'benchmarks/playbooks/ramspeed.yaml') diff --git a/benchmarks/playbooks/ramspeed.yaml b/benchmarks/playbooks/ramspeed.yaml index 0321eb43..3ca4b14d 100644 --- a/benchmarks/playbooks/ramspeed.yaml +++ b/benchmarks/playbooks/ramspeed.yaml @@ -63,11 +63,6 @@ fetch: src={{home_dir.stdout}}/qtip_result/{{item}} dest=../../{{Dest_dir}}/ramspeed/ramspeed_temp with_items: copy_log_results.stdout_lines - - - name: copy results - fetch: src=/root/results/{{item}} dest=../../{{Dest_dir}}/ssl - with_items: files_to_copy.stdout_lines - - hosts: 127.0.0.1 connection: local tasks: @@ -78,4 +73,4 @@ - name: extracting_log shell: ( find ../../{{Dest_dir}}/ramspeed/ramspeed_temp/ -name "*.log" | xargs cp -t ../../{{Dest_dir}}/ramspeed/logs) - name: removing ramspeed_log - shell: rm -rf ../../{{Dest_dir}}/ramspeed/ramspeed_temp \ No newline at end of file + shell: rm -rf ../../{{Dest_dir}}/ramspeed/ramspeed_temp -- cgit 1.2.3-korg