Re: [PATCH v4 01/10] dts: add node and os abstractions

2023-02-20 Thread Juraj Linkeš
On Fri, Feb 17, 2023 at 6:44 PM Bruce Richardson wrote: > > On Mon, Feb 13, 2023 at 04:28:37PM +0100, Juraj Linkeš wrote: > > The abstraction model in DTS is as follows: > > Node, defining and implementing methods common to and the base of SUT > > (system under test) Node and TG (traffic generator

Re: [PATCH v4 01/10] dts: add node and os abstractions

2023-02-17 Thread Bruce Richardson
On Mon, Feb 13, 2023 at 04:28:37PM +0100, Juraj Linkeš wrote: > The abstraction model in DTS is as follows: > Node, defining and implementing methods common to and the base of SUT > (system under test) Node and TG (traffic generator) Node. > Remote Session, defining and implementing methods common