From 3887ba9733c250e327e9dc1c93b9d87e1bc7e749 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 --- resources/libraries/python/Constants.py | 2 +- resources/tools/presentation/sphinx_conf/report/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 24a1117356..e91cf6c713 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -195,7 +195,7 @@ class Constants: DOCKER_SUT_IMAGE_UBUNTU_ARM = u"csit_sut-ubuntu2204:local" # TRex install directory - TREX_INSTALL_DIR = u"/opt/trex-core-2.97" + TREX_INSTALL_DIR = u"/opt/trex-core-3.00" # TRex pcap files directory TREX_PCAP_DIR = f"{TREX_INSTALL_DIR}/scripts/avl" diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index 6ebf915d72..96eaa0096f 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -143,7 +143,7 @@ rst_epilog = """ dpdkrelease='22.07', dpdk_prev_release='22.03', sdpdkrelease='22.07', - trex_version='v2.97', + trex_version='v3.00', vpp_release_commit_id='0d352a97c5e3ad1f5f6eab18a978a14b0b9e06a8') # The language for content autogenerated by Sphinx. Refer to documentation -- cgit