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

Message ID 1634697004-102833-1-git-send-email-junx.dong@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] tests/TestSuite_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. 20, 2021, 2:30 a.m. UTC
  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(-)
  

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