X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=43fbf1a76d62342106380a84b94e4e3666881c05;hb=15648d7c4f98cc90a406519362b0d7f548893859;hp=a0a427af4e1eafaf460f9a2da5f8d3c0ce0ea332;hpb=92d4e47bfbca31e10c44dee7f74da4c6fd9e6e4c;p=csit.git diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index a0a427af4e..43fbf1a76d 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -23,6 +23,9 @@ class Constants(object): # shell scripts location RESOURCES_LIB_SH = 'resources/libraries/bash' + # Python API provider location + RESOURCES_PAPI_PROVIDER = 'resources/tools/papi/vpp_papi_provider.py' + # vat templates location RESOURCES_TPL_VAT = 'resources/templates/vat'