X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FConstants.py;h=99c1e87d559556f455d724adf19d05da0ed58309;hb=refs%2Fchanges%2F65%2F25065%2F2;hp=5ffc7c04e3e30129912a03216d065d306e659ac8;hpb=ffab1c91ccbc298f7d57352e69ae914e58b97856;p=csit.git diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 5ffc7c04e3..99c1e87d55 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -179,7 +179,7 @@ class Constants: QEMU_VM_IMAGE = u"/var/lib/vm/vhost-nested.img" # QEMU VM DPDK path - QEMU_VM_DPDK = u"/opt/dpdk-19.02" + QEMU_VM_DPDK = u"/opt/dpdk-stable-19.08.2" # Docker container SUT image DOCKER_SUT_IMAGE_UBUNTU = u"snergster/csit-sut:latest"