From d947e9de7ba6641145f00bece0ff61a4ef48d804 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 8 Jun 2018 05:59:48 +0000 Subject: CSIT-1114 Add DPDK download to bootstrap - Add downloading artifacts to bootstrap to be able to use latest dpdk version Change-Id: I5f07e8207780b81ad85b6053db99639c47448409 Signed-off-by: Peter Mikus --- tests/dpdk/dpdk_scripts/run_l3fwd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/dpdk/dpdk_scripts/run_l3fwd.sh') diff --git a/tests/dpdk/dpdk_scripts/run_l3fwd.sh b/tests/dpdk/dpdk_scripts/run_l3fwd.sh index 11222c1bf8..014ba2717f 100755 --- a/tests/dpdk/dpdk_scripts/run_l3fwd.sh +++ b/tests/dpdk/dpdk_scripts/run_l3fwd.sh @@ -3,7 +3,7 @@ set -x # Setting variables -DPDK_VERSION=dpdk-18.02 +DPDK_DIR=dpdk ROOTDIR=/tmp/openvpp-testing L3FWDLOG=screenlog.0 PWDDIR=$(pwd) @@ -84,7 +84,7 @@ sudo rm -f /dev/hugepages/* sleep 2 #run the l3fwd -cd ${ROOTDIR}/${DPDK_VERSION}/ +cd ${ROOTDIR}/${DPDK_DIR}/ rm -f ${L3FWDLOG} if [ "$jumbo_frames" = "yes" ]; then sudo sh -c "screen -dmSL DPDK-test ./examples/l3fwd/build/app/l3fwd \ -- cgit 1.2.3-korg