aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-02-05 10:20:41 +0100
committerPeter Mikus <pmikus@cisco.com>2019-05-24 09:40:06 +0000
commitf90655a9efa6c97a8901ce5095bc64b0c7518739 (patch)
tree460b22408ccfe31c61aeffa73df1123200aa2634 /resources/libraries/python/Constants.py
parent260238857d4b9f3aabb474bd78dfeff0e4a37fbc (diff)
CSIT-1425 Upgrade TRex to v2.54
Change-Id: I71010c18210e88828ded0bc679997d76f34886cb Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 72310ba8ce..4b8344a72d 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -65,10 +65,10 @@ class Constants(object):
QEMU_VM_DPDK = '/opt/dpdk-19.02'
# TRex install version
- TREX_INSTALL_VERSION = '2.35'
+ TREX_INSTALL_VERSION = '2.54'
# TRex install directory
- TREX_INSTALL_DIR = '/opt/trex-core-2.35'
+ TREX_INSTALL_DIR = '/opt/trex-core-2.54'
# Honeycomb directory location at topology nodes:
REMOTE_HC_DIR = '/opt/honeycomb'