[dts][PATCH V1 1/2] tests/ipfrag: optimization script and remove 1S/1C/2T

Weiyuan Li weiyuanx.li at intel.com
Tue Nov 15 08:26:05 CET 2022


"1S/1C/2T" is not a requirement for function test. Remove it in the script.

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 tests/TestSuite_ipfrag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py
index 62170865..95f99281 100644
--- a/tests/TestSuite_ipfrag.py
+++ b/tests/TestSuite_ipfrag.py
@@ -67,7 +67,7 @@ class TestIpfrag(TestCase):
         self.verify("No such file" not in out, "compilation error 2")
 
         self.eal_para = self.dut.create_eal_parameters(
-            cores="1S/1C/2T", socket=self.ports_socket, ports=self.ports
+            socket=self.ports_socket, ports=self.ports
         )
         portmask = utils.create_mask([P0, P1])
         numPortThread = len([P0, P1]) / len(cores)
-- 
2.27.0



More information about the dts mailing list