summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorNauman_Ahad <nauman.ahad@xflowresearch.com>2016-02-24 23:28:43 +0500
committerNauman_Ahad <nauman.ahad@xflowresearch.com>2016-02-24 23:28:43 +0500
commit5017e823b109621729b69e9fde251f3eb66db298 (patch)
treefee7bafd846942328dd3b484e27ed04c45fa4137 /benchmarks
parent08349e676cf2a07616d6ae2ad3115f325760f1e5 (diff)
Changed upstream links for playbooks
Upsream links such as OpenSSL may break. Changed these links to links hosted at artifacts.opnfv.org so that links don't break for B release branch Change-Id: I9ca5cacf27030446dfa59717855f60dc1544b422 Signed-off-by: Nauman_Ahad <nauman.ahad@xflowresearch.com>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/playbooks/dpi.yaml2
-rw-r--r--benchmarks/playbooks/ssl.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/playbooks/dpi.yaml b/benchmarks/playbooks/dpi.yaml
index 9c462a1f..48353d60 100644
--- a/benchmarks/playbooks/dpi.yaml
+++ b/benchmarks/playbooks/dpi.yaml
@@ -53,7 +53,7 @@
shell: cd $HOME/tempD/nDPI && sudo make
- name: Fetching Test_pcap file
- shell: cd $HOME/tempD/nDPI/example && wget https://www.dropbox.com/s/ne64u7jykuw2uu5/test.pcap
+ shell: cd $HOME/tempD/nDPI/example && wget http://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
diff --git a/benchmarks/playbooks/ssl.yaml b/benchmarks/playbooks/ssl.yaml
index 507eb56f..eea18bf9 100644
--- a/benchmarks/playbooks/ssl.yaml
+++ b/benchmarks/playbooks/ssl.yaml
@@ -38,7 +38,7 @@
when: ansible_os_family == "Debian"
- name: Fetching OpenSSL
- shell: cd $HOME/Open_SSL/ && sudo wget https://www.openssl.org/source/openssl-1.0.2f.tar.gz
+ shell: cd $HOME/Open_SSL/ && sudo wget http://artifacts.opnfv.org/qtip/utilities/openssl-1.0.2f.tar.gz
- name: Untar OpenSSL
shell: cd $HOME/Open_SSL/ && sudo tar -zxvf openssl-1.0.2f.tar.gz