From f4f272db8e211d115044d8135fc0c6ecef98408e Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 24 May 2023 12:40:14 +0000 Subject: feat(core): T-Rex 3.03 Signed-off-by: pmikus Change-Id: I58607f50e2889092e40ff831ed4f1515444e29f8 --- 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 29722c9daa..ccda573bf4 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-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, ASTFProfile, TRexError -- cgit 1.2.3-korg