From 33d982ab77b174d8a9c5ff59679d5f664be17a05 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 9 Apr 2018 15:08:41 +0200 Subject: 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 Signed-off-by: Jan Gelety --- resources/libraries/python/constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/libraries/python/constants.py') 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' -- cgit 1.2.3-korg