Re: [PATCH v4 00/11] dts: add test skipping based on capabilities

2024-09-30 Thread Juraj Linkeš
On 24. 9. 2024 10:20, Juraj Linkeš wrote: Add an automated way to gather available capabilities of the tested hardware and skip test suites or cases which require capabilities that are not available. This is done through two decorators: 1. The first marks a test suite method as test case. Thi

[PATCH v4 00/11] dts: add test skipping based on capabilities

2024-09-24 Thread Juraj Linkeš
Add an automated way to gather available capabilities of the tested hardware and skip test suites or cases which require capabilities that are not available. This is done through two decorators: 1. The first marks a test suite method as test case. This populates the default attributes of each t