diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-01-08 20:51:43 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-01-17 13:51:48 +0000 |
commit | 6518c73a0e5cdaf12ae01d247a65aec287d01625 (patch) | |
tree | 279dcdce117917e835cde9971c5386f23c2d22e2 /resources/libraries/python/Constants.py | |
parent | ac33ed374cb82c9258e4cf57e150f77750362bbc (diff) |
perf: add TCP Iperf3+LDPRELOAD test suite
Change-Id: Icff49fb31cce342a2a4ae799e844ec91f9e5e366
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r-- | resources/libraries/python/Constants.py | 6 |
1 files changed, 6 insertions, 0 deletions
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" |