X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=e01536b5e6fa84e5ef4fea16da858d929db27f2f;hp=0a252687a791f082638dcc8625bd44490f2b4bb1;hb=44857ca630f74fbd6019c0ec9c877e3b75afc0a3;hpb=c79c748013ec53ff59e9260034822a5b26afa441 diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 0a252687a7..e01536b5e6 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -43,6 +43,9 @@ class Constants(object): # Container templates location RESOURCES_TPL_CONTAINER = 'resources/templates/container' + # HTTP Server www root directory + RESOURCES_TP_WRK_WWW = 'resources/traffic_profiles/wrk/www' + # OpenVPP VAT binary name VAT_BIN_NAME = 'vpp_api_test' @@ -74,7 +77,7 @@ class Constants(object): DOCKER_SUT_IMAGE_UBUNTU = 'snergster/csit-sut:latest' # Docker container arm SUT image - DOCKER_SUT_IMAGE_UBUNTU_ARM = 'snergster/csit-sut-arm-ubuntu18:latest' + DOCKER_SUT_IMAGE_UBUNTU_ARM = 'snergster/csit-arm-sut:latest' # TRex install version TREX_INSTALL_VERSION = '2.54' @@ -106,9 +109,6 @@ 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 = {