From 2e115ad11cca45b11c0f1949fd8c42fec899bb68 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 29 Mar 2017 16:51:34 +0200 Subject: CSIT-441 vhost - Parametrized qemu install Update the current QEMU installation script with option to override QEMU installation and to apply additional patches. Additional patches are applied from qemu_patches directory and subdir for specific QEMU version by run-parts. This means that all patches for particular version are applied. All keywords for build QEMU are updated. Change-Id: I0c874a96ac828dff657ee33eb87d88a8854128ad Signed-off-by: pmikus --- resources/libraries/python/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources/libraries/python/constants.py') diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 4c3a8ff451..051a21cf02 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -29,6 +29,12 @@ class Constants(object): # OpenVPP VAT binary name VAT_BIN_NAME = 'vpp_api_test' + # QEMU version to install + QEMU_INSTALL_VERSION = 'qemu-2.5.0' + + # QEMU install directory + QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' -- cgit 1.2.3-korg