Message ID | 20201221062318.2795-1-weix.xie@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [V1] tests/TestSuite_cvl_dcf_date_path:discard the -w parameter | expand |
Tested-by: Xie,WeiX < weix.xie@intel.com> Regards, Xie Wei > -----Original Message----- > From: Xie wei [mailto:weix.xie@intel.com] > Sent: Monday, December 21, 2020 2:23 PM > To: dts@dpdk.org > Cc: Xie, WeiX <weix.xie@intel.com> > Subject: [dts][PATCH V1] tests/TestSuite_cvl_dcf_date_path:discard the -w > parameter
> discard the -w parameter > > Signed-off-by: Xie wei <weix.xie@intel.com> Applied with commit message changed
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)
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(-)