test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_eventdev_pipeline*: restore application parameter -a to -w
@ 2021-10-20  2:30 Jun Dong
  0 siblings, 0 replies; only message in thread
From: Jun Dong @ 2021-10-20  2:30 UTC (permalink / raw)
  To: dts; +Cc: PingX.Yu, weix.ling, junx.dong

Signed-off-by: Jun Dong <junx.dong@intel.com>
---
 tests/TestSuite_eventdev_pipeline.py      | 2 +-
 tests/TestSuite_eventdev_pipeline_perf.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_eventdev_pipeline.py b/tests/TestSuite_eventdev_pipeline.py
index 32959500..33091b6a 100644
--- a/tests/TestSuite_eventdev_pipeline.py
+++ b/tests/TestSuite_eventdev_pipeline.py
@@ -99,7 +99,7 @@ class TestEventdevPipeline(TestCase):
                     ports=[self.dut.ports_info[0]['pci']])
         command_line = "taskset -c %s " + self.app_command + \
                        "/build/eventdev_pipeline %s " + \
-                       "--vdev event_sw0 -- -r%s -t%s -e%s -a %s -s1 -n0 -c32 -W1000 %s -D"
+                       "--vdev event_sw0 -- -r%s -t%s -e%s -w %s -s1 -n0 -c32 -W1000 %s -D"
         command_line = command_line % (
                     self.taskset_core_list, eal_params, self.core_mask_rx,
                     self.core_mask_tx, self.core_mask_sd, self.core_mask_wk, cmd_type)
diff --git a/tests/TestSuite_eventdev_pipeline_perf.py b/tests/TestSuite_eventdev_pipeline_perf.py
index 830c91a3..5ff0b8d1 100644
--- a/tests/TestSuite_eventdev_pipeline_perf.py
+++ b/tests/TestSuite_eventdev_pipeline_perf.py
@@ -149,7 +149,7 @@ class TestEventdevPipelinePerf(TestCase):
             ## Adding core-list and pci-ids
             command_line1 = command_line1 + " -a %s "
         ## Adding test and stage types
-        command_line2 = "-- -a %s -n=0 --dump %s -m 16384" % (wmask , stlist )
+        command_line2 = "-- -w %s -n=0 --dump %s -m 16384" % (wmask , stlist )
         return command_line1 + command_line2
 
     def test_perf_eventdev_pipeline_1ports_atomic_performance(self):
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-20  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  2:30 [dts] [PATCH V1] tests/TestSuite_eventdev_pipeline*: restore application parameter -a to -w Jun Dong

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