From b468094f7c9e2ecd32712fde46de46eeef4acc8f Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 2 Feb 2017 11:45:16 +0000 Subject: Upgrade T-rex to newer version Change-Id: I8b918a3c1d8109fb64bfdeec8e5c9afe45a86d21 Signed-off-by: pmikus --- resources/tools/t-rex/t-rex-installer.sh | 2 +- resources/tools/t-rex/t-rex-server-info.py | 2 +- resources/tools/t-rex/t-rex-stateless-stop.py | 2 +- resources/tools/t-rex/t-rex-stateless.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/tools/t-rex') diff --git a/resources/tools/t-rex/t-rex-installer.sh b/resources/tools/t-rex/t-rex-installer.sh index e89b06f9b1..d21852c0f7 100755 --- a/resources/tools/t-rex/t-rex-installer.sh +++ b/resources/tools/t-rex/t-rex-installer.sh @@ -1,6 +1,6 @@ #!/bin/sh -TREX_VERSION="2.09" +TREX_VERSION="2.17" TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/" TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip" diff --git a/resources/tools/t-rex/t-rex-server-info.py b/resources/tools/t-rex/t-rex-server-info.py index 2c66286e5f..891e4312db 100755 --- a/resources/tools/t-rex/t-rex-server-info.py +++ b/resources/tools/t-rex/t-rex-server-info.py @@ -28,7 +28,7 @@ Functionality: import sys -sys.path.insert(0, "/opt/trex-core-2.09/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.17/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * diff --git a/resources/tools/t-rex/t-rex-stateless-stop.py b/resources/tools/t-rex/t-rex-stateless-stop.py index ac963565d8..7fe4ab5432 100755 --- a/resources/tools/t-rex/t-rex-stateless-stop.py +++ b/resources/tools/t-rex/t-rex-stateless-stop.py @@ -28,7 +28,7 @@ Functionality: import sys -sys.path.insert(0, "/opt/trex-core-2.09/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.17/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 24f4a99738..0a2d7df1f5 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -48,7 +48,7 @@ import string import struct import sys -sys.path.insert(0, "/opt/trex-core-2.09/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.17/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * -- cgit 1.2.3-korg