Reviewed-by: Andrew Bailey On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb wrote: > Bring a line which is too long under 100 characters, which > is the limit. > > Fixes: f6fb8c6238db ("dts: add link check on testpmd port start") > > Signed-off-by: Patrick Robb > --- > dts/api/testpmd/__init__.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dts/api/testpmd/__init__.py b/dts/api/testpmd/__init__.py > index b6f5a8f0da..e98f882b14 100644 > --- a/dts/api/testpmd/__init__.py > +++ b/dts/api/testpmd/__init__.py > @@ -96,7 +96,7 @@ def _requires_started_ports(func: TestPmdMethod) -> > TestPmdMethod: > func: The :class:`TestPmd` method to decorate. > > Raises: > - InteractiveCommandExecutionError: If the ports has been started > but a port link will not come up. > + InteractiveCommandExecutionError: If ports have been started but > the link won't come up. > """ > > @functools.wraps(func) > -- > 2.49.0 > >