X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=9507e66d85b88a2df91a03f3e48f553ed362282c;hb=cc85afad85339d2cc8f035ce63ff21220d8e6b96;hp=30f75319474b188d4ebe5a1baba1cf79233c40d2;hpb=45393e98c3162faaa2fdc86ef471798a8e4bb5f2;p=csit.git diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 30f7531947..9507e66d85 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2018 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -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'