bugfix dpi.yaml 75/21375/3
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 19 Sep 2016 01:10:57 +0000 (09:10 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Mon, 19 Sep 2016 01:45:11 +0000 (09:45 +0800)
1. correct the git directory of nDPI
2. change the url of fetching test.pcap for pods which are restrict access
google.

Change-Id: I4fb642fbc0ccd8d11cc8ff2477d490838308bb9c
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
benchmarks/playbooks/dpi.yaml

index 6dae086..46e065a 100644 (file)
@@ -51,7 +51,7 @@
 
     - name: Clone nDPI
       git: repo=https://github.com/ntop/nDPI.git
-           dest=$HOME/tempD
+           dest=$HOME/tempD/nDPI
 
     - name: autogen
       shell: cd $HOME/tempD/nDPI && sudo ./autogen.sh
@@ -63,7 +63,7 @@
       shell: cd $HOME/tempD/nDPI && sudo make
 
     - name: Fetching Test_pcap file
-      shell: cd $HOME/tempD/nDPI/example  &&  wget http://artifacts.opnfv.org/qtip/utilities/test.pcap
+      shell: cd $HOME/tempD/nDPI/example  &&  wget http://build.opnfv.org/artifacts.opnfv.org/qtip/utilities/test.pcap
 
     - name: fetch Averaging script
       copy: src=./result_transform/dpi/dpi_average.sh dest={{home_dir.stdout}}/tempD/nDPI/example mode=777