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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 4b8344a72d..62c5693314 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -40,6 +40,9 @@ class Constants(object):
# KernelVM templates location
RESOURCES_TPL_VM = 'resources/templates/vm'
+ # Container templates location
+ RESOURCES_TPL_CONTAINER = 'resources/templates/container'
+
# OpenVPP VAT binary name
VAT_BIN_NAME = 'vpp_api_test'