Re: [PATCH v1 4/4] dts: refine pre-test setup and teardown steps

2024-04-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

Re: [PATCH v1 4/4] dts: refine pre-test setup and teardown steps

2024-04-23 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v1 4/4] dts: refine pre-test setup and teardown steps

2024-04-23 Thread Juraj Linkeš
The major part is the removal of _set_up_execution() and _tear_down_execution() of Node in lieu of using super() in the superclasses, which simplifies the code while achieving the same thing. The minor changes are the move of virtual devices and build target setup/teardown into SutNode from Node s