Message ID | 20221115072606.265640-1-weiyuanx.li@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [V1,1/2] tests/ipfrag: optimization script and remove 1S/1C/2T | expand |
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)
"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(-)