diff options
author | 2023-05-24 12:40:14 +0000 | |
---|---|---|
committer | 2023-05-29 05:53:36 +0000 | |
commit | 0f0b1c3a9f794431b7fe0d3127980834f79fb71f (patch) | |
tree | fd95987f8b4cb5afc2210369306952db8a821fc1 /GPL/tools/trex/trex_stl_stop.py | |
parent | 3c0ed14b7f80821cfffb42e706ff07ae0f307e49 (diff) |
feat(core): T-Rex 3.03
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I58607f50e2889092e40ff831ed4f1515444e29f8
(cherry picked from commit f4f272db8e211d115044d8135fc0c6ecef98408e)
Diffstat (limited to 'GPL/tools/trex/trex_stl_stop.py')
-rw-r--r-- | GPL/tools/trex/trex_stl_stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_stl_stop.py b/GPL/tools/trex/trex_stl_stop.py index 7f111cba37..9cc1814589 100644 --- a/GPL/tools/trex/trex_stl_stop.py +++ b/GPL/tools/trex/trex_stl_stop.py @@ -44,7 +44,7 @@ import sys from collections import OrderedDict # Needed to parse xstats representation. sys.path.insert( - 0, u"/opt/trex-core-3.00/scripts/automation/trex_control_plane/interactive/" + 0, u"/opt/trex-core-3.03/scripts/automation/trex_control_plane/interactive/" ) from trex.stl.api import STLClient |