diff options
author | zhifeng jiang <jiang.zhifeng@zte.com.cn> | 2016-09-20 06:52:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-20 06:52:18 +0000 |
commit | aa913b2ffdc1718ef52310960eccedcc2e4fc58d (patch) | |
tree | 8df40eede831e591415c1297bed20c83a08fb411 /benchmarks/playbooks/dpi.yaml | |
parent | fac2a3bff97efed6d4e50bfe249c8107100b8f52 (diff) | |
parent | 455b6d7bebddf38c3ecb2fd5c8bf7a1b1b19c18d (diff) |
Merge "bugfix dpi.yaml"
Diffstat (limited to 'benchmarks/playbooks/dpi.yaml')
-rw-r--r-- | benchmarks/playbooks/dpi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml index 6dae0869..46e065a1 100644 --- a/benchmarks/playbooks/dpi.yaml +++ b/benchmarks/playbooks/dpi.yaml @@ -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 |