X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdpdk%2Fdpdk_scripts%2Frun_l2fwd.sh;h=0e07b68264632f901768d6abe3a985b3b5160e3b;hb=refs%2Fchanges%2F60%2F12960%2F8;hp=578c12c0546a51d24bb250e229565cc4a6a654d2;hpb=28b344a6ade7624278835cff242b3e0c9d891346;p=csit.git diff --git a/tests/dpdk/dpdk_scripts/run_l2fwd.sh b/tests/dpdk/dpdk_scripts/run_l2fwd.sh index 578c12c054..0e07b68264 100755 --- a/tests/dpdk/dpdk_scripts/run_l2fwd.sh +++ b/tests/dpdk/dpdk_scripts/run_l2fwd.sh @@ -3,7 +3,7 @@ set -x # Setting variables -DPDK_VERSION=dpdk-18.02 +DPDK_DIR=dpdk ROOTDIR=/tmp/openvpp-testing TESTPMDLOG=screenlog.0 PWDDIR=$(pwd) @@ -82,7 +82,7 @@ sudo rm -f /dev/hugepages/* sleep 2 -cd ${ROOTDIR}/${DPDK_VERSION}/ +cd ${ROOTDIR}/${DPDK_DIR}/ rm -f ${TESTPMDLOG} TESTPMD_BIN=./${arch}-${machine}-linuxapp-gcc/app/testpmd