X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=62c5693314c105994a5ea4207d93454b5ad38ebb;hb=0e28406b43bf4ce145f1530f15dbb00957edf945;hp=0f0003a763938a35e35cc69e215411cc4ea59f5f;hpb=780b65d82863effd53ccb0e0150c29d22522c61d;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 0f0003a763..62c5693314 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' @@ -65,10 +68,10 @@ class Constants(object): QEMU_VM_DPDK = '/opt/dpdk-19.02' # TRex install version - TREX_INSTALL_VERSION = '2.35' + TREX_INSTALL_VERSION = '2.54' # TRex install directory - TREX_INSTALL_DIR = '/opt/trex-core-2.35' + TREX_INSTALL_DIR = '/opt/trex-core-2.54' # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' @@ -91,6 +94,9 @@ class Constants(object): # Core dump directory CORE_DUMP_DIR = '/tmp' + # Equivalent to ~0 used in vpp code + BITWISE_NON_ZERO = 0xffffffff + # 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 = {