Re: [PATCH v3 05/12] dts: add support for simpler topologies

2024-09-05 Thread Juraj Linkeš
On 26. 8. 2024 18:54, Jeremy Spewock wrote: I just had one question below, otherwise: Reviewed-by: Jeremy Spewock On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: diff --git a/dts/framework/testbed_model/topology.py b/dts/framework/testbed_model/topology.py new file mode 100644 inde

Re: [PATCH v3 05/12] dts: add support for simpler topologies

2024-08-28 Thread Dean Marx
On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > We currently assume there are two links between the SUT and TG nodes, > but that's too strict, even for some of the already existing test cases. > Add support for topologies with less than two links. > > For topologies with no links, dummy po

Re: [PATCH v3 05/12] dts: add support for simpler topologies

2024-08-26 Thread Jeremy Spewock
I just had one question below, otherwise: Reviewed-by: Jeremy Spewock On Wed, Aug 21, 2024 at 10:53 AM Juraj Linkeš wrote: > diff --git a/dts/framework/testbed_model/topology.py > b/dts/framework/testbed_model/topology.py > new file mode 100644 > index 00..19632ee890 > --- /dev/null >

[PATCH v3 05/12] dts: add support for simpler topologies

2024-08-21 Thread Juraj Linkeš
We currently assume there are two links between the SUT and TG nodes, but that's too strict, even for some of the already existing test cases. Add support for topologies with less than two links. For topologies with no links, dummy ports are used. The expectation is that test suites or cases that