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

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

2024-09-25 Thread jspewock
From: Jeremy Spewock This patch updates the _adjust_addresses method of test suites so that addresses of packets are only modified if the developer did not configure them beforehand. This allows for developers to have more control over the content of their packets when sending them through the fr