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

Weiyuan Li weiyuanx.li at intel.com
Tue Nov 15 08:26:06 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_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



More information about the dts mailing list