aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Constants.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-04-08 12:31:25 +0000
committerPeter Mikus <pmikus@cisco.com>2019-04-13 05:36:33 +0000
commitaaaa09df155c39ed08971f0beeb0a7cf24735472 (patch)
tree7ebe1c29e44c9f5534c563be1f05f3545913cd1e /resources/libraries/python/Constants.py
parent73cc4a90b588d860ae5436f9f54084ce75c6e7a5 (diff)
Convert existing nf_density testpmd-mac into KernelVM
Change-Id: I9ec1701d9012de59cc42cc5f9a4744f01695ff9a Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 96a3c5c7ace8357d26e833a46845486787aa75c3)
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r--resources/libraries/python/Constants.py3
1 files changed, 3 insertions, 0 deletions
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'