From 824846272b46897e215e8309eee91280a77ee658 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Mon, 14 Aug 2017 21:46:29 -0700 Subject: Moving trex to latest version (v2.28) to support new NICs Change-Id: I81e119deec36ae90749c2eb1d555f75475ce2474 Signed-off-by: Deepak S --- nsb_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsb_setup.sh') 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" -- cgit 1.2.3-korg