From 287406e3097d8409bcf12cba3eb3304f91857e90 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 25 Sep 2018 15:41:10 +0200 Subject: CSIT python API introduction Jira: CSIT-1336 Change-Id: I96d2b0221c5a7466484a82339fc132c5921532d1 Signed-off-by: Jan Gelety --- resources/libraries/python/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/libraries/python/constants.py') 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' -- cgit 1.2.3-korg