From: Deepak S Date: Tue, 15 Aug 2017 04:46:29 +0000 (-0700) Subject: Moving trex to latest version (v2.28) to support new NICs X-Git-Tag: opnfv-5.0.RC1~270 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F39345%2F2;p=yardstick.git Moving trex to latest version (v2.28) to support new NICs Change-Id: I81e119deec36ae90749c2eb1d555f75475ce2474 Signed-off-by: Deepak S --- diff --git a/nsb_setup.sh b/nsb_setup.sh index b6dcca666..cc2542989 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -28,7 +28,7 @@ if [ "$(whoami)" != "root" ]; then fi INSTALL_BIN_PATH="/opt/nsb_bin" -TREX_VERSION="v2.20" +TREX_VERSION="v2.28" TREX_DOWNLOAD="https://trex-tgn.cisco.com/trex/release/$TREX_VERSION.tar.gz" DPDK_DOWNLOAD="http://dpdk.org/browse/dpdk/snapshot/dpdk-16.07.zip" VIRTUAL_VENV="$INSTALL_BIN_PATH/yardstick_venv"