Re: [PATCH v4 06/11] dts: add NIC capability support

2024-09-27 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v4 06/11] dts: add NIC capability support

2024-09-24 Thread Juraj Linkeš
On 23. 9. 2024 21:26, Jeremy Spewock wrote: On Mon, Sep 23, 2024 at 11:02 AM Juraj Linkeš wrote: Some test cases or suites may be testing a NIC feature that is not supported on all NICs, so add support for marking test cases or suites as requiring NIC capabilities. The marking is done with

Re: [PATCH v4 06/11] dts: add NIC capability support

2024-09-23 Thread Jeremy Spewock
On Mon, Sep 23, 2024 at 11:02 AM Juraj Linkeš wrote: > > Some test cases or suites may be testing a NIC feature that is not > supported on all NICs, so add support for marking test cases or suites > as requiring NIC capabilities. > > The marking is done with a decorator, which populates the intern

[PATCH v4 06/11] dts: add NIC capability support

2024-09-23 Thread Juraj Linkeš
Some test cases or suites may be testing a NIC feature that is not supported on all NICs, so add support for marking test cases or suites as requiring NIC capabilities. The marking is done with a decorator, which populates the internal required_capabilities attribute of TestProtocol. The NIC capab