Reviewed-by: Andrew Bailey On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb wrote: > Fix the order of the imports on the RSS testsuite such that > the dts check format script is no longer reporting issues. > > Fixes: 367e950f6d24 ("dts: add RSS test suite") > > Signed-off-by: Patrick Robb > --- > dts/tests/TestSuite_pmd_rss.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/dts/tests/TestSuite_pmd_rss.py > b/dts/tests/TestSuite_pmd_rss.py > index 80f6e310ae..f6adf262c3 100644 > --- a/dts/tests/TestSuite_pmd_rss.py > +++ b/dts/tests/TestSuite_pmd_rss.py > @@ -20,8 +20,8 @@ > requires_link_topology, > requires_nic_capability, > ) > -from api.test import verify > from api.packet import send_packets_and_capture > +from api.test import verify > from api.testpmd import TestPmd > from api.testpmd.config import SimpleForwardingModes > from api.testpmd.types import ( > -- > 2.49.0 > >