X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=506b71af69858d9994ab70081805ac6e8235e9fd;hp=b89f50c4dfc31bbee63dfe334fb65da6913ea368;hb=33bd6f2425ddff8e4167d36ea61b64ac81da3a65;hpb=8231ea666c43c0d514708b41cf52667f5e8d0311 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'