diff options
author | pmikus <pmikus@cisco.com> | 2016-06-03 08:00:59 +0100 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2016-06-03 15:52:20 +0100 |
commit | b7b9a6f73347fba29060f3c2a2abfc4ea411de68 (patch) | |
tree | e4beb246250f1bd0076b5abbec8117713e62dffe /resources/tools/t-rex | |
parent | 986a656c8ab1581a14a94d3dadf7bb7fc87764e5 (diff) |
PATCH: Revert to T-rex version to v2.00
- Revert T-rex version to v2.00 without installation from robot
Change-Id: I8d0c5fb57f01febc970d9fc9363965acd2e57ed4
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/t-rex')
-rwxr-xr-x | resources/tools/t-rex/t-rex-installer.sh | 2 | ||||
-rwxr-xr-x | resources/tools/t-rex/t-rex-stateless-stop.py | 2 | ||||
-rwxr-xr-x | resources/tools/t-rex/t-rex-stateless.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/t-rex/t-rex-installer.sh b/resources/tools/t-rex/t-rex-installer.sh index 1bf665c2de..13b990072e 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.03" +TREX_VERSION="2.00" 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-stateless-stop.py b/resources/tools/t-rex/t-rex-stateless-stop.py index 4f222a75b1..e9accbe3ab 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.03/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.00/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 77895d7b68..5a03273339 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.03/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.00/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * |