diff options
author | pmikus <peter.mikus@protonmail.ch> | 2022-10-05 14:57:18 +0200 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2022-10-13 09:20:31 +0000 |
commit | 3887ba9733c250e327e9dc1c93b9d87e1bc7e749 (patch) | |
tree | 348972ae912479831de3d547013779d97805bb12 /resources | |
parent | 466674c41326aa5765f18805a9dbc37a8df7918a (diff) |
feat(trex): Bump T-Rex to v3.00
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I9aa88fb094b03888fc30d84edc1deaa406075db4
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/Constants.py | 2 | ||||
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 |