test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/tests/TestSuite_flow_filtering:Modify the hard coded appparameter
@ 2020-12-10 11:21 Zhou Jun
  2020-12-15  5:50 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Zhou Jun @ 2020-12-10 11:21 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_flow_filtering.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_flow_filtering.py b/tests/TestSuite_flow_filtering.py
index 4e3c5440..7d089bc3 100644
--- a/tests/TestSuite_flow_filtering.py
+++ b/tests/TestSuite_flow_filtering.py
@@ -58,7 +58,8 @@ class TestFlowFiltering(TestCase):
         """
         Run before each test case.
         """
-        cmd = self.dut.apps_name['flow_filtering'] + "-l 1 -n 1"
+        self.eal_para = self.dut.create_eal_parameters(cores=[1])
+        cmd = self.dut.apps_name['flow_filtering'] + self.eal_para
         out = self.dut.send_command(cmd, timeout=15)
         self.verify("Error" not in out, "flow launch failed")
 
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/tests/TestSuite_flow_filtering:Modify the hard coded appparameter
  2020-12-10 11:21 [dts] [PATCH V1] tests/tests/TestSuite_flow_filtering:Modify the hard coded appparameter Zhou Jun
@ 2020-12-15  5:50 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-12-15  5:50 UTC (permalink / raw)
  To: Zhou, JunX W, dts; +Cc: Zhou, JunX W

> Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>

Applied

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

end of thread, other threads:[~2020-12-15  5:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 11:21 [dts] [PATCH V1] tests/tests/TestSuite_flow_filtering:Modify the hard coded appparameter Zhou Jun
2020-12-15  5:50 ` Tu, Lijuan

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