From 33bd6f2425ddff8e4167d36ea61b64ac81da3a65 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Sat, 9 Mar 2019 08:00:54 +0000 Subject: CSIT-1386 KernelVM - Part II - Implementation of KernelVM (ThinVM) - nf_density tests for KernelVM with VPP as VNF. Change-Id: Ife5c2e1ab419c55cbcd442792f940db3a41da471 Signed-off-by: Peter Mikus --- resources/libraries/python/Constants.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'resources/libraries/python/Constants.py') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index b89f50c4df..506b71af69 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -46,6 +46,12 @@ class Constants(object): # QEMU install directory QEMU_INSTALL_DIR = '/opt/qemu-2.11.2' + # QEMU performance test VM kernel image path + QEMU_PERF_VM_KERNEL = '/opt/boot/vmlinuz' + + # QEMU performance test VM nested image path + QEMU_PERF_VM_IMAGE = '/var/lib/vm/csit-nested-1.7.img' + # TRex install version TREX_INSTALL_VERSION = '2.35' @@ -55,6 +61,9 @@ class Constants(object): # Kubernetes templates location RESOURCES_TPL_K8S = 'resources/templates/kubernetes' + # KernelVM templates location + RESOURCES_TPL_VM = 'resources/templates/vm' + # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' -- cgit 1.2.3-korg