From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1 1/5] tests/TestSuite_cvl_advanced_rss:support meson build method
Date: Fri, 11 Sep 2020 10:19:24 +0800 [thread overview]
Message-ID: <20200911021928.8224-2-weix.xie@intel.com> (raw)
In-Reply-To: <20200911021928.8224-1-weix.xie@intel.com>
Signed-off-by: Xie wei <weix.xie@intel.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/tests/TestSuite_cvl_advanced_rss.py b/tests/TestSuite_cvl_advanced_rss.py
index 44c8b23..03ad6b0 100644
--- a/tests/TestSuite_cvl_advanced_rss.py
+++ b/tests/TestSuite_cvl_advanced_rss.py
@@ -851,7 +851,7 @@ class AdvancedRSSTest(TestCase):
#Prepare testpmd EAL and parameters
all_eal_param = self.dut.create_eal_parameters(ports=[self.pf_pci])
print(all_eal_param) #print eal parameters
- command = "./%s/app/testpmd %s -- -i %s" % (self.dut.target, all_eal_param, "--rxq=64 --txq=64")
+ command = self.dut.apps_name['test-pmd'] + all_eal_param + " -- -i --rxq=64 --txq=64"
return command
def _rte_flow_validate_pattern(self, test_vectors, command, is_vxlan):
--
2.17.1
next prev parent reply other threads:[~2020-09-11 2:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 2:19 [dts] [PATCH V1 0/5] support " Xie wei
2020-09-11 2:19 ` Xie wei [this message]
2020-09-11 2:19 ` [dts] [PATCH V1 2/5] tests/TestSuite_cvl_dcf_switch_filter:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 3/5] tests/TestSuite_cvl_fdir:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 4/5] tests/TestSuite_cvl_rss_configure:support " Xie wei
2020-09-11 2:19 ` [dts] [PATCH V1 5/5] tests/TestSuite_cvl_switch_filter:support " Xie wei
2020-09-15 8:43 ` [dts] [PATCH V1 0/5] support " 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=20200911021928.8224-2-weix.xie@intel.com \
--to=weix.xie@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).