aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-07-13 14:08:13 +0200
committerDave Wallace <dwallacelf@gmail.com>2020-07-16 16:09:50 +0000
commit80adeefab9fc1871675688881498304ddc780828 (patch)
tree433d212f841e6cf5d25eb7226efacd5b6f2a9f46 /resources/libraries/python/Constants.py
parentf9b18c597f8bd9419ce3ecdd36de351f7b05c59a (diff)
Remove remains of WRK tests
Change-Id: If61783fb717757c6189f06924412bd079e15a08f Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 6bf503da51..08de52368e 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -148,9 +148,6 @@ class Constants:
# 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"