X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=0473ca2090deb50eac80d559315f8cb9fefdb84f;hb=d7c297494fa96603a90dda7ec50e73c041ca6aa2;hp=0a252687a791f082638dcc8625bd44490f2b4bb1;hpb=c79c748013ec53ff59e9260034822a5b26afa441;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 0a252687a7..0473ca2090 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -74,7 +74,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,8 +106,8 @@ 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 + # Default path to VPP API socket. + SOCKSVR_PATH = "/run/vpp/api.sock" # Mapping from NIC name to its bps limit. # TODO: Implement logic to lower limits to TG NIC or software. Or PCI.