diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-08-14 21:46:29 -0700 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-08-15 02:39:07 -0700 |
commit | 824846272b46897e215e8309eee91280a77ee658 (patch) | |
tree | 51d9f582d9c89f4320d8134eea9416c65838aad2 /nsb_setup.sh | |
parent | efa2bae33627c0d4ee9c2cff450fc964449aa06e (diff) |
Moving trex to latest version (v2.28) to support new NICs
Change-Id: I81e119deec36ae90749c2eb1d555f75475ce2474
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'nsb_setup.sh')
-rwxr-xr-x | nsb_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |