diff options
author | pmikus <pmikus@cisco.com> | 2021-03-15 19:45:04 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-03-22 08:52:23 +0000 |
commit | 9f35c00b6df316585dec0664ad761dced5c2c9e8 (patch) | |
tree | 98a7eb0030b6411a293ba081c2b186ee73e5b2ea /resources | |
parent | 180603b936083afe5006af514b18b4e870cbc0fd (diff) |
Perf: Bump T-Rex to 2.88
+ Mellanox 4.6 is not for Ubuntu 20.04
+ Mellanox for ubuntu 20.04 is 4.9+
+ T-Rex 2.86 is not for Mellanox 4.6+
+ T-Rex for Mellanox 5.2 is 2.88+
==================================
= Bump
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I902dfc2a43e6718b385e89f31a34260e09d61bd3
(cherry picked from commit 6ec31b8aa67f4af2b963b3984f047e94ba790b3d)
(cherry picked from commit aadd201ba28d44660dd86a77dc7248910973cc12)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/python/Constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index faf861d89d..77f6982f56 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"snergster/csit-arm-sut:latest" # TRex install directory - TREX_INSTALL_DIR = u"/opt/trex-core-2.82" + 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 |