2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

ci: Restore vhost-user unit tests in check-dpdk.

Following a rework in the DPDK cache, the PATH variable is incorrectly
set, resulting in dpdk-testpmd not being available.
Because of this, vhost-user unit tests were skipped in GHA runs.

Fixes: 8893e24d9d09 ("dpdk: Update to use v23.11.")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
David Marchand 2024-06-06 15:11:12 +02:00 committed by Kevin Traynor
parent 2efae58940
commit f01a768e95

View File

@ -25,7 +25,7 @@ function install_dpdk()
export PKG_CONFIG_PATH=$DPDK_LIB/pkgconfig/:$PKG_CONFIG_PATH
# Expose dpdk binaries.
export PATH=$(pwd)/dpdk-dir/build/bin:$PATH
export PATH=$(pwd)/dpdk-dir/bin:$PATH
if [ ! -f "${VERSION_FILE}" ]; then
echo "Could not find DPDK in $DPDK_INSTALL_DIR"