[PATCH 1/2] dts: fix incorrect import order for RSS testsuite

Andrew Bailey abailey at iol.unh.edu
Tue Nov 18 15:34:11 CET 2025


Reviewed-by: Andrew Bailey <abailey at iol.unh.edu>

On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb <probb at iol.unh.edu> 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 <probb at iol.unh.edu>
> ---
>  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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20251118/d838ed16/attachment.htm>


More information about the dev mailing list