diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-09-11 11:19:27 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-09-12 07:10:34 +0000 |
commit | 6a80c9028d71a1502a2f2a64b4646af4c5958733 (patch) | |
tree | eae7a91f17c5677dcdf3e36356e8ab5bb64fa5be /resources/libraries/python/Constants.py | |
parent | 45882a2701df2349b3f53b8436aec530cbeeb614 (diff) |
TRex: 2.61
- HDRhistogram can be rebased and used in separate patch.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ic7ce752344c6e1791af7cf7b7effde65ac2be680
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r-- | resources/libraries/python/Constants.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index b7f91930cb..9dd9a38e17 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -184,11 +184,8 @@ class Constants(object): # Docker container arm SUT image DOCKER_SUT_IMAGE_UBUNTU_ARM = 'snergster/csit-arm-sut:latest' - # TRex install version - TREX_INSTALL_VERSION = '2.54' - # TRex install directory - TREX_INSTALL_DIR = '/opt/trex-core-2.54' + TREX_INSTALL_DIR = '/opt/trex-core-2.61' # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' |