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:
@@ -2,4 +2,5 @@ netaddr
|
||||
pyftpdlib
|
||||
pyparsing
|
||||
pytest
|
||||
scapy
|
||||
tftpy
|
||||
|
Reference in New Issue
Block a user