From 45393e98c3162faaa2fdc86ef471798a8e4bb5f2 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 4 Jan 2018 09:56:37 +0100 Subject: CSIT-885 Updagrade TRex to v2.35 Change-Id: I82681fc9ea52d72323d48ac78507ef1c571ca712 Signed-off-by: Peter Mikus --- resources/libraries/python/constants.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'resources/libraries/python/constants.py') diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 7ae9cdd06f..30f7531947 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -35,8 +35,11 @@ class Constants(object): # QEMU install directory QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + # TRex install version + TREX_INSTALL_VERSION = '2.35' + # TRex install directory - TREX_INSTALL_DIR = '/opt/trex-core-2.34' + TREX_INSTALL_DIR = '/opt/trex-core-2.35' # Kubernetes templates location RESOURCES_TPL_K8S = 'resources/templates/kubernetes' -- cgit 1.2.3-korg