My bad! I'll fix that real quick.
On Mon, Feb 3, 2025 at 11:51 AM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > On 03/02/2025 16:38, Nicholas Pratte wrote: > > --- a/dts/tests/TestSuite_mtu.py > > +++ b/dts/tests/TestSuite_mtu.py > > @@ -164,22 +164,33 @@ def test_runtime_mtu_updating_and_forwarding(self) -> > > None: > > # Configure the new MTU. > > > > # Start packet capturing. > > - testpmd.start() > > > Sorry!! you forgot to remove the lines above until the docstring I presume. > > testpmd.set_port_mtu_all(1500, verify=True) > > + > > Looks good otherwise! > > Reviewed-by: Luca Vizzarro <luca.vizza...@arm.com>