Re: [RFC PATCH v2 08/10] dts: add testsuite class

2022-11-16 Thread Owen Hilyard
On Mon, Nov 14, 2022 at 11:54 AM Juraj Linkeš wrote: > This is the base class that all test suites inherit from. The base class > implements methods common to all test suites. The derived test suites > implement tests and any particular setup needed for the suite or tests. > > Signed-off-by: Jura

[RFC PATCH v2 08/10] dts: add testsuite class

2022-11-14 Thread Juraj Linkeš
This is the base class that all test suites inherit from. The base class implements methods common to all test suites. The derived test suites implement tests and any particular setup needed for the suite or tests. Signed-off-by: Juraj Linkeš --- dts/conf.yaml | 4