aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2023-01-16 12:47:28 +0100
committerVratko Polak <vrpolak@cisco.com>2023-01-16 12:47:28 +0100
commit2c0f9f9e887adace903ec1f8b514c02005ef3577 (patch)
treeac874e1ed28c688d0227b4975ee5824ea99c6928 /resources/libraries/python/Constants.py
parentd017776fb5528d5596e00b607d951d896e58bebb (diff)
feat(papi): wipe remains of VAT
- Some older documentation files are not updated yet. Change-Id: If1717e12308f0e2e76c10024e6eebe68ddeddc9f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
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"