test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1 4/5] tests/TestSuite_cvl_rss_configure:support meson build method
Date: Fri, 11 Sep 2020 10:19:27 +0800	[thread overview]
Message-ID: <20200911021928.8224-5-weix.xie@intel.com> (raw)
In-Reply-To: <20200911021928.8224-1-weix.xie@intel.com>

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

diff --git a/tests/TestSuite_cvl_rss_configure.py b/tests/TestSuite_cvl_rss_configure.py
index c8ca6d5..65b4d57 100644
--- a/tests/TestSuite_cvl_rss_configure.py
+++ b/tests/TestSuite_cvl_rss_configure.py
@@ -202,7 +202,7 @@ class RSSConfigureTest(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=10 --txq=10" + line_option)
+        command = self.dut.apps_name['test-pmd'] + all_eal_param + " -- -i --rxq=10 --txq=10" + line_option
         return command
 
     def _rss_validate_pattern(self, test_vectors, command, rss_type, is_rss):
-- 
2.17.1


  parent reply	other threads:[~2020-09-11  2:20 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 ` [dts] [PATCH V1 1/5] tests/TestSuite_cvl_advanced_rss:support " Xie wei
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 ` Xie wei [this message]
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-5-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).