diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-03-09 01:25:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-09 01:25:49 +0000 |
commit | c01ef0ea7530d3f47dade0af0f579b71aa662ecf (patch) | |
tree | 335ff3b791bb9c47d8b39d7db5e13165793f4ae5 /nsb_setup.sh | |
parent | 0e66fce9e830e2bc188ba3ccb070132fb6bffb4e (diff) | |
parent | 98448d9ea887f960e61fabaf7a91a15270f39d32 (diff) |
Merge "update trex version for constants.so import bug"
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 02258a577..e77ffbe44 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_DOWNLOAD="https://trex-tgn.cisco.com/trex/release/v2.05.tar.gz" +TREX_DOWNLOAD="https://trex-tgn.cisco.com/trex/release/v2.20.tar.gz" DPDK_DOWNLOAD="http://dpdk.org/browse/dpdk/snapshot/dpdk-16.07.zip" VIRTUAL_VENV="$INSTALL_BIN_PATH/yardstick_venv" |