aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 89a302b41d..4cf6681324 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -143,9 +143,6 @@ class Constants:
# Templates location
RESOURCES_TPL = u"resources/templates"
- # vat templates location
- RESOURCES_TPL_VAT = u"resources/templates/vat"
-
# Kubernetes templates location
RESOURCES_TPL_K8S = u"resources/templates/kubernetes"
@@ -161,9 +158,6 @@ class Constants:
# 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"
-
# VPP service unit name
VPP_UNIT = u"vpp"