Re: [ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in GitHub Actions.

2023-08-25 Thread Eelco Chaudron
On 23 Aug 2023, at 17:34, David Marchand wrote: > Let's enhance our coverage in the CI and run DPDK system tests. > > A few DPDK drivers are enabled in DPDK compilation. > > Put DPDK build in $PATH for dpdk-testpmd to be available. > sudo drops PATH= updates and -E alone does not seem to

[ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in GitHub Actions.

2023-08-23 Thread David Marchand
Let's enhance our coverage in the CI and run DPDK system tests. A few DPDK drivers are enabled in DPDK compilation. Put DPDK build in $PATH for dpdk-testpmd to be available. sudo drops PATH= updates and -E alone does not seem to preserve this variable. Pass PATH=$PATH when running the tests, as