X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=43fbf1a76d62342106380a84b94e4e3666881c05;hb=35ae14a1a109d357bb548e0fb8aaf941ed4a85f2;hp=9507e66d85b88a2df91a03f3e48f553ed362282c;hpb=68dfcca79ee6838a266330eba834b360b11a3c15;p=csit.git diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 9507e66d85..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' @@ -33,10 +36,10 @@ class Constants(object): VPP_UNIT = 'vpp' # QEMU version to install - QEMU_INSTALL_VERSION = 'qemu-2.5.0' + QEMU_INSTALL_VERSION = 'qemu-2.11.2' # QEMU install directory - QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + QEMU_INSTALL_DIR = '/opt/qemu-2.11.2' # TRex install version TREX_INSTALL_VERSION = '2.35'