X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;fp=resources%2Flibraries%2Fpython%2Fconstants.py;h=7ae9cdd06f099b406f4a1422b0eae53f8a6599c9;hp=01a96a861b0cca969f92e6d28fc0f06fd335556c;hb=92cbb44a89ca808df32e4a4cb137bed076a68a94;hpb=c293eae53515f7b94ac5a71b329a9a9655bd8c09 diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 01a96a861b..7ae9cdd06f 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -35,6 +35,9 @@ class Constants(object): # QEMU install directory QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + # TRex install directory + TREX_INSTALL_DIR = '/opt/trex-core-2.34' + # Kubernetes templates location RESOURCES_TPL_K8S = 'resources/templates/kubernetes'