From 45b4d9166c38767d18f4b73403927a2c5494cc6a Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 10 Dec 2019 09:04:59 +0000 Subject: T-Rex: Upgrade to 2.73 with DDP profile fix Signed-off-by: Peter Mikus Change-Id: Icaa99e0a71a19ba23697c21a4b5aa046813a718a --- resources/tools/trex/trex_server_info.py | 2 +- resources/tools/trex/trex_stateless_profile.py | 2 +- resources/tools/trex/trex_stateless_stop.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/tools/trex') diff --git a/resources/tools/trex/trex_server_info.py b/resources/tools/trex/trex_server_info.py index e74a63e09d..b34709b206 100755 --- a/resources/tools/trex/trex_server_info.py +++ b/resources/tools/trex/trex_server_info.py @@ -29,7 +29,7 @@ Functionality: import sys sys.path.insert( - 0, u"/opt/trex-core-2.61/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-2.73/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import * diff --git a/resources/tools/trex/trex_stateless_profile.py b/resources/tools/trex/trex_stateless_profile.py index 9233f6a5f1..90a4cf0bec 100755 --- a/resources/tools/trex/trex_stateless_profile.py +++ b/resources/tools/trex/trex_stateless_profile.py @@ -23,7 +23,7 @@ import json import sys sys.path.insert( - 0, "/opt/trex-core-2.61/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-2.73/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import * diff --git a/resources/tools/trex/trex_stateless_stop.py b/resources/tools/trex/trex_stateless_stop.py index 45f4838e9d..d4461ffd39 100755 --- a/resources/tools/trex/trex_stateless_stop.py +++ b/resources/tools/trex/trex_stateless_stop.py @@ -34,7 +34,7 @@ import sys from collections import OrderedDict # Needed to parse xstats representation. sys.path.insert( - 0, u"/opt/trex-core-2.61/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-2.73/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import * -- cgit 1.2.3-korg