From 6db8aec19b0109f9efcef189d32ddaac8c469370 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 28 Feb 2020 15:26:06 +0000 Subject: Ansible: LTS support - There is currently no other way to support multiple version of playbooks. Signed-off-by: Peter Mikus Change-Id: I2ade4a57d726b793e422996e83bf767ac4315488 --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 9a58ed1a17..97514750a8 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-stable-19.08.2" + QEMU_VM_DPDK = u"/opt/dpdk-20.02" # Docker container SUT image DOCKER_SUT_IMAGE_UBUNTU = u"snergster/csit-sut:latest" -- cgit 1.2.3-korg