test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 1/2] tests/ipfrag: optimization script and remove 1S/1C/2T
@ 2022-11-15  7:26 Weiyuan Li
  2022-11-15  7:26 ` [dts][PATCH V1 2/2] tests/multicast: " Weiyuan Li
  0 siblings, 1 reply; 3+ messages in thread
From: Weiyuan Li @ 2022-11-15  7:26 UTC (permalink / raw)
  To: dts; +Cc: Weiyuan Li

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

Signed-off-by: Weiyuan Li <weiyuanx.li@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-18  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  7:26 [dts][PATCH V1 1/2] tests/ipfrag: optimization script and remove 1S/1C/2T Weiyuan Li
2022-11-15  7:26 ` [dts][PATCH V1 2/2] tests/multicast: " Weiyuan Li
2022-11-18  8:46   ` lijuan.tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).