X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=eded294f601fa8cd60d4d857c95f4a46ac2d46e1;hp=1b4d44c636b47675a1580a28f72a1354d5983071;hb=6518c73a0e5cdaf12ae01d247a65aec287d01625;hpb=e916ab4db7dec2cc0bb21dcc31460f819d68b0d5 diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 1b4d44c636..eded294f60 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -145,9 +145,15 @@ class Constants: # Container templates location RESOURCES_TPL_CONTAINER = u"resources/templates/container" + # VPP Communications Library templates location + RESOURCES_TPL_VCL = u"resources/templates/vcl" + # HTTP Server www root directory RESOURCES_TP_WRK_WWW = u"resources/traffic_profiles/wrk/www" + # VPP Communications Library LD_PRELOAD library + VCL_LDPRELOAD_LIBRARY=u"/usr/lib/x86_64-linux-gnu/libvcl_ldpreload.so" + # OpenVPP VAT binary name VAT_BIN_NAME = u"vpp_api_test"