2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-02 07:15:17 +00:00

ci: Allow make check-dpdk to run the MFEX tests.

Currently, if you use the python/test_requirements.txt file to
set up your test environment the MFEX tests will be skipped due
to the Scapy package not being included. This is fixed as part
of this patch.

The test case change will make sure the 'MFEX Configuration' test
will run without the need for Scapy and its auto-generated tests.

In addition, we exclude the traffic-related MFEX tests from running
on GitHub actions due to limited resources.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Simon Horman <horms@ovn.org>
This commit is contained in:
Eelco Chaudron
2023-12-19 13:44:29 +01:00
parent 26ffd192f2
commit 67c53a89df
4 changed files with 6 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ netaddr
pyftpdlib
pyparsing
pytest
scapy
tftpy