X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=da61f539da4ee4cd502ad97a7be50cc564d2001b;hb=758d50dd77f6114b2d4fe0ca13d95ae111f7b110;hp=4b8344a72d2d1e5001ecc5309be048915a474eb2;hpb=f90655a9efa6c97a8901ce5095bc64b0c7518739;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 4b8344a72d..da61f539da 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' @@ -94,6 +97,9 @@ class Constants(object): # Equivalent to ~0 used in vpp code BITWISE_NON_ZERO = 0xffffffff + # Maximum number of API calls per PapiExecutor execution + PAPI_MAX_API_BULK = 250 + # Mapping from NIC name to its bps limit. # TODO: Implement logic to lower limits to TG NIC or software. Or PCI. NIC_NAME_TO_LIMIT = {