diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/Constants.py | 4 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 1a548f45d5..0e8ac42638 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -185,7 +185,7 @@ class Constants: DOCKER_SUT_IMAGE_UBUNTU_ARM = u"csit_sut-ubuntu1804:local" # TRex install directory - TREX_INSTALL_DIR = u"/opt/trex-core-2.86" + TREX_INSTALL_DIR = u"/opt/trex-core-2.88" # TODO: Find the right way how to use it in trex profiles # TRex pcap files directory diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index b9de3b9d00..0533f23c67 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -115,7 +115,7 @@ rst_epilog = u""" dpdkrelease=u'20.11', dpdk_prev_release=u'20.08', sdpdkrelease=u'2011', - trex_version=u'v2.86', + trex_version=u'v2.88', vpp_release_commit_id=u'3d2d96e5547484290c9368bac0a420afa8c4c068') # The language for content autogenerated by Sphinx. Refer to documentation |