From 1ff1a79c8b4a1fa081fcf383bdb0d8b06823a4fe Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 13 Feb 2020 08:21:42 +0000 Subject: Ansible: Update DPDK Signed-off-by: Peter Mikus Change-Id: Ia5c1e40b952c14775f2f038d3a8a293335172f47 --- resources/libraries/python/QemuUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/QemuUtils.py') diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index 2b08429d84..9fb24106c6 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -63,7 +63,7 @@ class QemuUtils: dpdk_target = u"arm64-armv8a" if self._arch == u"aarch64" \ else u"x86_64-native" self._testpmd_path = f"{Constants.QEMU_VM_DPDK}/" \ - f"{dpdk_target}-linuxapp-gcc/app" + f"{dpdk_target}-linux-gcc/app" self._vm_info = { u"host": node[u"host"], u"type": NodeType.VM, -- cgit 1.2.3-korg