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

* [dts][PATCH V1 2/2] tests/multicast: optimization script and remove 1S/1C/2T
  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 ` Weiyuan Li
  2022-11-18  8:46   ` lijuan.tu
  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_multicast.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/TestSuite_multicast.py b/tests/TestSuite_multicast.py
index f8a8e727..ffcd564c 100644
--- a/tests/TestSuite_multicast.py
+++ b/tests/TestSuite_multicast.py
@@ -46,9 +46,8 @@ class TestMulticast(TestCase):
         dutPorts = self.dut.get_ports(self.nic)
         # Verify that enough ports are available
         self.verify(len(dutPorts) >= 4, "Insufficient ports for testing")
-
         # Verify that enough threads are available
-        cores = self.dut.get_core_list("1S/2C/2T")
+        cores = self.dut.get_core_list("1S/1C/1T")
         self.verify(cores is not None, "Insufficient cores for speed testing")
 
         global P1, P3, TG0, TG1, TGs
-- 
2.27.0


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

* [dts][PATCH V1 2/2] tests/multicast: optimization script and remove 1S/1C/2T
  2022-11-15  7:26 ` [dts][PATCH V1 2/2] tests/multicast: " Weiyuan Li
@ 2022-11-18  8:46   ` lijuan.tu
  0 siblings, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-11-18  8:46 UTC (permalink / raw)
  To: dts, Weiyuan Li; +Cc: Weiyuan Li

On Tue, 15 Nov 2022 15:26:06 +0800, Weiyuan Li <weiyuanx.li@intel.com> wrote:
> "1S/1C/2T" is not a requirement for function test. Remove it in the script.
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>


Series applied, thanks

^ 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).