Re: [RFC PATCH 7/7] dts: revamp runtime internals

2025-02-11 Thread Dean Marx
On Mon, Feb 3, 2025 at 10:18 AM Luca Vizzarro wrote: > > Enforce separation of concerns by letting test runs being isolated > through a new TestRun class and respective module. This also means that > any actions taken on the nodes must be handled exclusively by the test > run. An example being the

[RFC PATCH 7/7] dts: revamp runtime internals

2025-02-03 Thread Luca Vizzarro
Enforce separation of concerns by letting test runs being isolated through a new TestRun class and respective module. This also means that any actions taken on the nodes must be handled exclusively by the test run. An example being the creation and destruction of the traffic generator. TestSuiteWit