Re: [PATCH 1/5] dts: add TestSuiteSpec class and discovery

2024-10-29 Thread Luca Vizzarro
Thank you Juraj for the comments. Most if not all suggestions have been applied in the new versions.

Re: [PATCH 1/5] dts: add TestSuiteSpec class and discovery

2024-09-19 Thread Nicholas Pratte
I think Juraj's comments here make sense, it probably would make sense to separate this in-conjunction with Juraj's decorator patch and use it as a dependency. From what I can understand, the changes offered here make sense to me. Reviewed-by: Nicholas Pratte -- *Let's Connect!* ...  *Octob

Re: [PATCH 1/5] dts: add TestSuiteSpec class and discovery

2024-09-16 Thread Juraj Linkeš
There are some elements which seem to be present in https://patches.dpdk.org/project/dpdk/patch/20240821145315.97974-4-juraj.lin...@pantheon.tech/, which is an attempt at decorating test cases (buzgilla 1460) as part of the capabilities series. Looks like we could create a separate patch with

[PATCH 1/5] dts: add TestSuiteSpec class and discovery

2024-08-22 Thread Luca Vizzarro
Currently there is a lack of a definition which identifies all the test suites available to test. This change intends to simplify the process to discover all the test suites and idenfity them. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/test_suite.py | 182 ++