From 4efd01a4e2c5995d53d86f4da7c7e64a603f719b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 24 Aug 2017 09:02:47 +0200 Subject: Update T-rex to v2.28 Change-Id: I506589c3785eec3a2eaa9fdb32bfc3375388d6f4 Signed-off-by: Peter Mikus --- resources/tools/trex/trex_stateless_stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/trex/trex_stateless_stop.py') diff --git a/resources/tools/trex/trex_stateless_stop.py b/resources/tools/trex/trex_stateless_stop.py index cc008461e6..9dffa2a161 100755 --- a/resources/tools/trex/trex_stateless_stop.py +++ b/resources/tools/trex/trex_stateless_stop.py @@ -29,7 +29,7 @@ Functionality: import sys import json -sys.path.insert(0, "/opt/trex-core-2.25/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.28/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * -- cgit 1.2.3-korg