aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/dhrystone.yaml
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-02 20:10:25 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-02 21:34:15 +0800
commit1502753c041ec7179260890c8b2c41305fc91378 (patch)
treeaca9bdaff1ad3cd20f3de9801cf2a8e7b6628a45 /benchmarks/playbooks/dhrystone.yaml
parent96d4ad4d06d5e7f37057473843d5ce91a48d7778 (diff)
Add zte-pod1 test cases and include proxy in playbooks.
JIRA:QTIP-75 Change-Id: I20cd348c292db9f2d7478d46183229544a604bbb Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'benchmarks/playbooks/dhrystone.yaml')
-rw-r--r--benchmarks/playbooks/dhrystone.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/playbooks/dhrystone.yaml b/benchmarks/playbooks/dhrystone.yaml
index eb46ad08..82b24dd1 100644
--- a/benchmarks/playbooks/dhrystone.yaml
+++ b/benchmarks/playbooks/dhrystone.yaml
@@ -23,10 +23,11 @@
- name: make directory
shell: sudo mkdir $HOME/qtip_result
+ - include: ./sys_proxy_pbook.yaml
+
- include: ./sys_info_pbook.yaml
vars:
network: false
- - include: ./sys_proxy_pbook.yaml
- name: Installing UnixBench dependencies if CentOS
shell: sudo yum install git gcc patch perl-Time-HiRes -y