diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-09-25 15:41:10 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-11-27 14:58:18 +0000 |
commit | 287406e3097d8409bcf12cba3eb3304f91857e90 (patch) | |
tree | 2ef5a640045cf806ac7663da8557177cd66ed54b /resources/libraries/python/constants.py | |
parent | 9bc5017b07c7a779af9bff0360d022388adbf2d1 (diff) |
CSIT python API introduction
Jira: CSIT-1336
Change-Id: I96d2b0221c5a7466484a82339fc132c5921532d1
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r-- | resources/libraries/python/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
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' |