X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=7ae9cdd06f099b406f4a1422b0eae53f8a6599c9;hp=a8d40a2a261d191e07f31541bd5fd8c38340f148;hb=92cbb44a89ca808df32e4a4cb137bed076a68a94;hpb=0513ce5642dcf58b21f9b77d6b50e4e9a7a94f04 diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index a8d40a2a26..7ae9cdd06f 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -35,6 +35,12 @@ 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' + # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb'