aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/constants.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-04-09 15:08:41 +0200
committerJan Gelety <jgelety@cisco.com>2018-05-21 10:31:52 +0200
commit33d982ab77b174d8a9c5ff59679d5f664be17a05 (patch)
tree812d9741546f0efa615b6a8bf395d9b38eba36bb /resources/libraries/python/constants.py
parent56f9e1430c3e4442b27f0c584b2855653bf31e99 (diff)
Create unified service operations
- Add ability to dump the logs from service unit (since last start) - Cleanup service code to more streamlined way. Change-Id: I6e332dce3229727dd36fd72a8ecfb9fc9efe4d63 Signed-off-by: Peter Mikus <pmikus@cisco.com> Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r--resources/libraries/python/constants.py3
1 files changed, 3 insertions, 0 deletions
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'