X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdpdk%2Fdpdk_scripts%2Frun_l2fwd.sh;h=0e07b68264632f901768d6abe3a985b3b5160e3b;hb=6d2df41aa905ac8fc132b461bb692938d97af47f;hp=578c12c0546a51d24bb250e229565cc4a6a654d2;hpb=cb371e36ed52b72f66dafd516598d4324259f006;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