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 --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 1a4b10d441..fcb1ca965f 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -189,7 +189,7 @@ class Constants: DOCKER_SUT_IMAGE_UBUNTU_ARM = u"csit_sut-ubuntu2204:local" # TRex install directory - TREX_INSTALL_DIR = u"/opt/trex-core-3.00" + TREX_INSTALL_DIR = u"/opt/trex-core-3.03" # TRex pcap files directory TREX_PCAP_DIR = f"{TREX_INSTALL_DIR}/scripts/avl" -- cgit 1.2.3-korg