From 2202027d0fee6cfe45192ffafb91fe2ac07d2e67 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Tue, 29 Oct 2024 09:43:32 +0100 Subject: feat(ansible): Remove python_env Signed-off-by: Peter Mikus Change-Id: Id03fd5fa6cdf9694dc59fb671519e703a8bb8591 --- resources/libraries/python/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 3fabe0141b..76bb296325 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -180,7 +180,7 @@ class Constants: QEMU_VM_IMAGE = "/var/lib/vm/image.iso" # QEMU VM DPDK path - QEMU_VM_DPDK = "/opt/dpdk-23.11" + QEMU_VM_DPDK = "/opt/dpdk-24.07" # Docker container SUT image DOCKER_SUT_IMAGE_UBUNTU = "csit_sut-ubuntu2204:local" -- cgit