From 1502753c041ec7179260890c8b2c41305fc91378 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Thu, 2 Jun 2016 20:10:25 +0800 Subject: Add zte-pod1 test cases and include proxy in playbooks. JIRA:QTIP-75 Change-Id: I20cd348c292db9f2d7478d46183229544a604bbb Signed-off-by: zhifeng.jiang --- benchmarks/playbooks/dpi.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'benchmarks/playbooks/dpi.yaml') diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index 48353d60..f4e6de8d 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -25,6 +25,9 @@ - name: make qtip_result shell: sudo mkdir $HOME/qtip_result + + - include: ./sys_proxy_pbook.yaml + - include: ./sys_info_pbook.yaml vars: network: false @@ -40,6 +43,8 @@ - name: making nDPI temporary directory shell: sudo mkdir $HOME/tempD + - include: ./git_proxy_pbook.yaml + - name: Clone nDPI shell: cd $HOME/tempD && git clone https://github.com/ntop/nDPI.git -- cgit 1.2.3-korg