aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/tools/trex/trex_astf_stop.py
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-10-05 14:57:18 +0200
committerpmikus <peter.mikus@protonmail.ch>2022-10-13 09:20:31 +0000
commit3887ba9733c250e327e9dc1c93b9d87e1bc7e749 (patch)
tree348972ae912479831de3d547013779d97805bb12 /GPL/tools/trex/trex_astf_stop.py
parent466674c41326aa5765f18805a9dbc37a8df7918a (diff)
feat(trex): Bump T-Rex to v3.00
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I9aa88fb094b03888fc30d84edc1deaa406075db4
Diffstat (limited to 'GPL/tools/trex/trex_astf_stop.py')
-rw-r--r--GPL/tools/trex/trex_astf_stop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_astf_stop.py b/GPL/tools/trex/trex_astf_stop.py
index 9185478a55..77f6cd3c26 100644
--- a/GPL/tools/trex/trex_astf_stop.py
+++ b/GPL/tools/trex/trex_astf_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-2.97/scripts/automation/trex_control_plane/interactive/"
+ 0, u"/opt/trex-core-3.00/scripts/automation/trex_control_plane/interactive/"
)
from trex.astf.api import ASTFClient