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
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
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
3 matches
Mail list logo