test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vmdq: replace allowlist option
@ 2021-09-27  6:01 Wei Ling
  2021-09-27  6:12 ` Ling, WeiX
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Ling @ 2021-09-27  6:01 UTC (permalink / raw)
  To: dts; +Cc: Wei Ling

Replace -w to -a option to assign pci port.

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] 2+ messages in thread

* Re: [dts] [PATCH V1] tests/vmdq: replace allowlist option
  2021-09-27  6:01 [dts] [PATCH V1] tests/vmdq: replace allowlist option Wei Ling
@ 2021-09-27  6:12 ` Ling, WeiX
  0 siblings, 0 replies; 2+ messages in thread
From: Ling, WeiX @ 2021-09-27  6:12 UTC (permalink / raw)
  To: dts

> -----Original Message-----
> From: Ling, WeiX <weix.ling@intel.com>
> Sent: Monday, September 27, 2021 02:01 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] tests/vmdq: replace allowlist option
> 
Tested-by: Wei Ling <weix.ling@intel.com>

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

end of thread, other threads:[~2021-09-27  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27  6:01 [dts] [PATCH V1] tests/vmdq: replace allowlist option Wei Ling
2021-09-27  6:12 ` Ling, WeiX

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