X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;fp=resources%2Flibraries%2Fpython%2Fconstants.py;h=9507e66d85b88a2df91a03f3e48f553ed362282c;hp=c3f1551c552230a6b9b8736b4012ba0304c6ec57;hb=68dfcca79ee6838a266330eba834b360b11a3c15;hpb=9356c41a2071d83d11723290cbecc8bdcf1a4b04 diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index c3f1551c55..9507e66d85 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -29,6 +29,9 @@ class Constants(object): # OpenVPP VAT binary name VAT_BIN_NAME = 'vpp_api_test' + # VPP service unit name + VPP_UNIT = 'vpp' + # QEMU version to install QEMU_INSTALL_VERSION = 'qemu-2.5.0'