From 868380b0204758ef34c6be5bae0c9bdb00c4107f Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 17 Oct 2016 08:08:52 +0100 Subject: CSIT-395 Update TRex version to v2.09 - Update TRex to v2.09 Change-Id: I53221aff346840e0438dd1385cedd1db57ca5f3b Signed-off-by: pmikus --- resources/tools/t-rex/t-rex-stateless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/t-rex/t-rex-stateless.py') diff --git a/resources/tools/t-rex/t-rex-stateless.py b/resources/tools/t-rex/t-rex-stateless.py index 21f3274af5..24f4a99738 100755 --- a/resources/tools/t-rex/t-rex-stateless.py +++ b/resources/tools/t-rex/t-rex-stateless.py @@ -48,7 +48,7 @@ import string import struct import sys -sys.path.insert(0, "/opt/trex-core-2.07/scripts/automation/"+\ +sys.path.insert(0, "/opt/trex-core-2.09/scripts/automation/"+\ "trex_control_plane/stl/") from trex_stl_lib.api import * -- cgit 1.2.3-korg