aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-04-13 06:15:25 +0000
committerPeter Mikus <pmikus@cisco.com>2019-04-15 14:38:22 +0000
commit5e0dafef80645ca39b18fb5accd27aee2e66af4e (patch)
tree3ef800b72cacd2a2f34a27148bd3c825df307c3a /resources/libraries/python/Constants.py
parent6f80cb97dcb095f960b6510b16ebe840c702504b (diff)
Remove obsolete QEMU installation
+Unify QEMU parameter to Contants. Change-Id: I95adfc97dd7008c19e60ba3fa8668818b503bee8 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 0e0cf38fcd1ff704293c9dd2c7a05f8682e11de9)
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py19
1 files changed, 8 insertions, 11 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py
index 8a22a4288d..71673aff86 100644
--- a/resources/libraries/python/Constants.py
+++ b/resources/libraries/python/Constants.py
@@ -40,20 +40,17 @@ class Constants(object):
# VPP service unit name
VPP_UNIT = 'vpp'
- # QEMU version to install
- QEMU_INSTALL_VERSION = 'qemu-2.11.2'
+ # QEMU binary path
+ QEMU_BIN_PATH = '/usr/bin'
- # QEMU install directory
- QEMU_INSTALL_DIR = '/opt/qemu-2.11.2'
+ # QEMU VM kernel image path
+ QEMU_VM_KERNEL = '/opt/boot/vmlinuz'
- # QEMU performance test VM kernel image path
- QEMU_PERF_VM_KERNEL = '/opt/boot/vmlinuz'
+ # QEMU VM nested image path
+ QEMU_VM_IMAGE = '/var/lib/vm/vhost-nested.img'
- # QEMU performance test VM nested image path
- QEMU_PERF_VM_IMAGE = '/var/lib/vm/csit-nested-1.7.img'
-
- # QEMU performance test VM DPDK path
- QEMU_PERF_VM_DPDK = '/opt/dpdk-19.02'
+ # QEMU VM DPDK path
+ QEMU_VM_DPDK = '/opt/dpdk-19.02'
# TRex install version
TREX_INSTALL_VERSION = '2.35'