X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=8a22a4288d78f8bf92e110b044d121c839b802e2;hb=5899ac744eb5f722f53151c98e5acfdbdf678d0c;hp=9822f1c3a0f098d784608993ce20c5e8aee1f945;hpb=5e6145a4260ffce1c302e94b9b241851f90838e1;p=csit.git 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'