From b73bc71b49d8ae22745348f2cd6af4b58daed12c Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 5 Oct 2022 14:57:18 +0200 Subject: feat(trex): Bump T-Rex to v3.00 Signed-off-by: pmikus Change-Id: I9aa88fb094b03888fc30d84edc1deaa406075db4 --- GPL/tools/trex/trex_astf_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GPL/tools/trex/trex_astf_profile.py') diff --git a/GPL/tools/trex/trex_astf_profile.py b/GPL/tools/trex/trex_astf_profile.py index 205bd260cd..29722c9daa 100644 --- a/GPL/tools/trex/trex_astf_profile.py +++ b/GPL/tools/trex/trex_astf_profile.py @@ -34,7 +34,7 @@ import sys import time 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, ASTFProfile, TRexError -- cgit 1.2.3-korg