[PATCH 1/2] dts: fix incorrect import order for RSS testsuite
Patrick Robb
probb at iol.unh.edu
Fri Nov 14 00:29:53 CET 2025
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
More information about the dev
mailing list