aboutsummaryrefslogtreecommitdiffstats
path: root/GPL/tools/trex/trex_astf_assert.py
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-10-05 14:57:18 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2022-10-13 09:22:51 +0000
commitb73bc71b49d8ae22745348f2cd6af4b58daed12c (patch)
tree913f9360f79ccdcf8a2a8f6f6ed81f82fc45b696 /GPL/tools/trex/trex_astf_assert.py
parent719064c31cb35dd213143c4db7df6d27daf4f30c (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_assert.py')
-rw-r--r--GPL/tools/trex/trex_astf_assert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_astf_assert.py b/GPL/tools/trex/trex_astf_assert.py
index c276051c02..cc54f175c4 100644
--- a/GPL/tools/trex/trex_astf_assert.py
+++ b/GPL/tools/trex/trex_astf_assert.py
@@ -38,7 +38,7 @@ Functionality:
import sys
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, TRexError