Re: [PATCH v2 2/2] dts: add blocklist test suite

2024-11-14 Thread Patrick Robb
Applied to next-dts, thanks.

Re: [PATCH v2 2/2] dts: add blocklist test suite

2024-11-08 Thread Luca Vizzarro
On 07/11/2024 20:33, Nicholas Pratte wrote: Hi Luca, nice work! See my small comment below/ I ran some local tests and everything seems to be working fine, so other than that minor fix I pointed out, the rest should be all set! Good suggestion, I've changed it a little bit now. Thanks!

Re: [PATCH v2 2/2] dts: add blocklist test suite

2024-11-07 Thread Nicholas Pratte
Hi Luca, nice work! See my small comment below/ I ran some local tests and everything seems to be working fine, so other than that minor fix I pointed out, the rest should be all set! > +"""The DPDK device blocklisting test suite. > + > +This testing suite ensures tests the port blocklisting fun

[PATCH v2 2/2] dts: add blocklist test suite

2024-11-07 Thread Luca Vizzarro
This test suite tests the port blocklisting functionality built in testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/config/conf_yaml_schema.json | 3 +- dts/tests/TestSuite_blocklist.py | 63 ++ 2 files changed, 65 insertions(+)