test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_cvl_dcf_date_path:discard the -w parameter
@ 2020-12-21  6:23 Xie wei
  2020-12-21  6:22 ` Xie, WeiX
  2020-12-22  2:30 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xie wei @ 2020-12-21  6:23 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

discard the -w parameter

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_cvl_dcf_date_path.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_cvl_dcf_date_path.py b/tests/TestSuite_cvl_dcf_date_path.py
index 5d40d6a3..04ac5de6 100644
--- a/tests/TestSuite_cvl_dcf_date_path.py
+++ b/tests/TestSuite_cvl_dcf_date_path.py
@@ -60,7 +60,7 @@ class DcfDatePathTest(TestCase):
         self.pkt = Packet()
 
     def set_up(self):
-        self.pmd_output.start_testpmd(cores="1S/4C/1T", param='--txq=2 --rxq=2 --txd=384 --rxd=384', eal_param="-w %s,cap=dcf --file-prefix=vf" % self.used_vf_pci)
+        self.pmd_output.start_testpmd(cores="1S/4C/1T", param='--txq=2 --rxq=2 --txd=384 --rxd=384', prefix="vf", ports=[self.used_vf_pci], port_options={self.used_vf_pci:"cap=dcf"})
 
     def send_packets(self, packets, tx_port, count=1):
         self.pkt.update_pkt(packets)
-- 
2.17.1


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

end of thread, other threads:[~2020-12-22  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21  6:23 [dts] [PATCH V1] tests/TestSuite_cvl_dcf_date_path:discard the -w parameter Xie wei
2020-12-21  6:22 ` Xie, WeiX
2020-12-22  2:30 ` Tu, Lijuan

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