Re: [PATCH v3 1/1] dts: rework packet addressing

2024-09-26 Thread Jeremy Spewock
On Thu, Sep 26, 2024 at 8:31 AM Juraj Linkeš wrote: > > > > diff --git a/dts/framework/test_suite.py b/dts/framework/test_suite.py > > > +def _adjust_addresses(self, packets: list[Packet], expected: bool = > > False) -> list[Packet]: > > +# The packet is routed from TG egress to T

Re: [PATCH v3 1/1] dts: rework packet addressing

2024-09-26 Thread Juraj Linkeš
diff --git a/dts/framework/test_suite.py b/dts/framework/test_suite.py +def _adjust_addresses(self, packets: list[Packet], expected: bool = False) -> list[Packet]: +# The packet is routed from TG egress to TG ingress regardless of whether it is +# expected or no