[V1] tests/eventdev_pipeline*: restore application parameter -a to -w

Message ID 1634895154-109461-1-git-send-email-junx.dong@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/eventdev_pipeline*: restore application parameter -a to -w |

Checks

Context Check Description
ci/Intel-dts-suite-test fail Testing issues

Commit Message

Jun Dong Oct. 22, 2021, 9:32 a.m. UTC
  From: Jun Dong <junx.dong@intel.com>

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

Comments

Tu, Lijuan Oct. 25, 2021, 3:08 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Dong, JunX
> Sent: 2021年10月22日 17:33
> To: dts@dpdk.org
> Cc: Dong, JunX <junx.dong@intel.com>
> Subject: [dts] [PATCH V1] tests/eventdev_pipeline*: restore application
> parameter -a to -w
> 
> From: Jun Dong <junx.dong@intel.com>
> 
> Signed-off-by: Jun Dong <junx.dong@intel.com>

Applied
  

Patch

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