test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vmdq: replace eal whitelist option
@ 2021-09-27  5:54 Wei Ling
  0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2021-09-27  5:54 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Replace eal whitelist option '-w'  with all '-a' option.

Signed-off-by: Wei Ling <weix.ling@intel.com>
---
 tests/TestSuite_vmdq.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vmdq.py b/tests/TestSuite_vmdq.py
index 6dae54a4..1a170f89 100644
--- a/tests/TestSuite_vmdq.py
+++ b/tests/TestSuite_vmdq.py
@@ -113,7 +113,7 @@ class TestVmdq(TestCase):
         port_mask = utils.create_mask(self.dut_ports)
         eal_param = ""
         for i in self.dut_ports:
-            eal_param += " -w %s" % self.dut.ports_info[i]['pci']
+            eal_param += " -a %s" % self.dut.ports_info[i]['pci']
         # Run the application
         self.dut.send_expect("./%s -c %s -n 4 %s -- -p %s --nb-pools %s --enable-rss" %
                              (self.app_vmdq_path, core_mask, eal_param, port_mask, str(npools)), "reading queues", 120)
-- 
2.25.1


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

only message in thread, other threads:[~2021-09-27  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27  5:54 [dts] [PATCH V1] tests/vmdq: replace eal whitelist option Wei Ling

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