diff options
author | 2016-01-11 16:23:29 +0500 | |
---|---|---|
committer | 2016-01-14 11:55:12 +0000 | |
commit | e6714fc90f92dce02925d305a290f57ccf5578d0 (patch) | |
tree | 835cd20c4ad958c7a8b5cb6f9c46b15eab96831c /benchmarks/playbooks/ramspeed.yaml | |
parent | 9dec3b1274d73a3cf47ca3cac6c74d0f413bfed3 (diff) |
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 <Nauman_Ahad@dell.com>
(cherry picked from commit ffa0be2adf6e9e44e2317f89dd5832aff96772ad)
Diffstat (limited to 'benchmarks/playbooks/ramspeed.yaml')
-rw-r--r-- | benchmarks/playbooks/ramspeed.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
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 |