From 96a3c5c7ace8357d26e833a46845486787aa75c3 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 8 Apr 2019 12:31:25 +0000 Subject: Convert existing nf_density testpmd-mac into KernelVM Change-Id: I9ec1701d9012de59cc42cc5f9a4744f01695ff9a Signed-off-by: Peter Mikus --- 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 9822f1c3a0..8a22a4288d 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -52,6 +52,9 @@ class Constants(object): # 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' + # TRex install version TREX_INSTALL_VERSION = '2.35' -- cgit 1.2.3-korg