aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/perftest/ssl.yaml
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:13:04 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-03 11:13:04 +0800
commitf0f95b1d320a744b258a609f051d807f83dea09c (patch)
treebe7843baca91e6d2b7f969af24cf01cdc3a2cf42 /benchmarks/perftest/ssl.yaml
parent268c946642da7cce5801be983a032ea3993a0850 (diff)
Fix typo and bugs in perftest
Change-Id: I36dfb9c2d69cd071cfb8567c5c965144288b3407 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'benchmarks/perftest/ssl.yaml')
-rw-r--r--benchmarks/perftest/ssl.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/perftest/ssl.yaml b/benchmarks/perftest/ssl.yaml
index ef36265e..0c0e5129 100644
--- a/benchmarks/perftest/ssl.yaml
+++ b/benchmarks/perftest/ssl.yaml
@@ -19,16 +19,16 @@
register: home_dir
- name: cleaning Open_SSL directory
- file: path=$HOME/Open_SSL state=absent
+ file: path={{home_dir.stdout}}/Open_SSL state=absent
- name: cleaning_qtip_result
- file: path=$HOME/qtip_result state=absent
+ file: path={{home_dir.stdout}}/qtip_result state=absent
- name: making OpenSSL temporary directory
- file: path=$HOME/Open_SSL state=directory
+ file: path={{home_dir.stdout}}/Open_SSL state=directory
- name: making results temporary directory
- file: path=$HOME/qtip_result state=directory
+ file: path={{home_dir.stdout}}/qtip_result state=directory
- include: ./common/sys_proxy_pbook.yaml
@@ -93,10 +93,10 @@
with_items: "{{copy_log_results.stdout_lines}}"
- name: cleaning Open_SSL directory
- file: path=$HOME/Open_SSL state=absent
+ file: path={{home_dir.stdout}}/Open_SSL state=absent
- name: cleaning_qtip_result
- file: path=$HOME/qtip_result state=absent
+ file: path={{home_dir.stdout}}/qtip_result state=absent
- hosts: localhost
connection: local