From: Chen Bo <box.c.chen@intel.com>
To: dts@dpdk.org
Cc: Chen Bo <box.c.chen@intel.com>
Subject: [dts] [PATCH V1] tests/cvl_fdir: modify the hard code
Date: Wed, 3 Mar 2021 16:29:41 +0800 [thread overview]
Message-ID: <20210303082941.223073-1-box.c.chen@intel.com> (raw)
Modify the hard code, call the framework interface to launch port
Signed-off-by: Chen Bo <box.c.chen@intel.com>
---
tests/TestSuite_cvl_fdir.py | 4 ++--
tests/TestSuite_cvl_switch_filter.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_cvl_fdir.py b/tests/TestSuite_cvl_fdir.py
index e118357..549256b 100644
--- a/tests/TestSuite_cvl_fdir.py
+++ b/tests/TestSuite_cvl_fdir.py
@@ -2264,8 +2264,8 @@ class TestCVLFdir(TestCase):
self.pkt = Packet()
self.pmd_output = PmdOutput(self.dut)
- pf_pci = self.dut.ports_info[0]['pci']
- out = self.pmd_output.start_testpmd('default', eal_param='-a %s --log-level=ice,7'%pf_pci)
+ pf_pci = [self.dut.ports_info[0]['pci']]
+ out = self.pmd_output.start_testpmd('default', ports=pf_pci,eal_param='--log-level=ice,7')
self.dut.send_expect("quit", "# ")
self.max_rule_num = self.pmd_output.get_max_rule_number(self, out)
self.launch_testpmd_with_mark()
diff --git a/tests/TestSuite_cvl_switch_filter.py b/tests/TestSuite_cvl_switch_filter.py
index 1005f3a..cc0283b 100644
--- a/tests/TestSuite_cvl_switch_filter.py
+++ b/tests/TestSuite_cvl_switch_filter.py
@@ -4548,8 +4548,8 @@ class CVLSwitchFilterTest(TestCase):
"""
generate file with fdir rules to make fdir table full, then test switch filter
"""
- pf_pci = self.dut.ports_info[0]['pci']
- out = self.pmd.start_testpmd('default', eal_param='-a %s --log-level=ice,7'%pf_pci)
+ pf_pci = [self.dut.ports_info[0]['pci']]
+ out = self.pmd.start_testpmd('default', ports=pf_pci, eal_param='--log-level=ice,7')
self.dut.send_expect("quit", "# ")
self.fdir_rule_number = self.pmd.get_max_rule_number(self,out)
src_file = 'dep/testpmd_cmds_rte_flow_fdir_rules'
--
2.25.1
next reply other threads:[~2021-03-03 8:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 8:29 Chen Bo [this message]
2021-03-10 6:45 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210303082941.223073-1-box.c.chen@intel.com \
--to=box.c.chen@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).