X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=62c5693314c105994a5ea4207d93454b5ad38ebb;hp=4b8344a72d2d1e5001ecc5309be048915a474eb2;hb=13c4592520859a8787c71ceef7d01b9c8f4dcba1;hpb=91237b65fb3aa3409456ff6ad57caab08a3041cc 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'