aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/tools/trex/trex_astf_stop.py
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-05-24 12:40:14 +0000
committerpmikus <peter.mikus@protonmail.ch>2023-05-26 11:21:42 +0000
commitf4f272db8e211d115044d8135fc0c6ecef98408e (patch)
treec6369eb74e90b686d9c57556741f0e5a69e0870c /GPL/tools/trex/trex_astf_stop.py
parentbdb7ac490888b14cfc566a3764f195544e6d9352 (diff)
feat(core): T-Rex 3.03
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I58607f50e2889092e40ff831ed4f1515444e29f8
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 77f6cd3c26..699f4d491c 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-3.00/scripts/automation/trex_control_plane/interactive/"
+ 0, u"/opt/trex-core-3.03/scripts/automation/trex_control_plane/interactive/"
)
from trex.astf.api import ASTFClient