test suite reviews and discussions
 help / color / mirror / Atom feed
From: lingwei <weix.ling@intel.com>
To: dts@dpdk.org
Cc: lingwei <weix.ling@intel.com>
Subject: [dts] [PATCH V4 4/5] tests/TestSuite_vmdq_dcb:use API to set dpdk config when use meson
Date: Mon, 14 Sep 2020 14:58:21 +0000	[thread overview]
Message-ID: <20200914145822.18971-5-weix.ling@intel.com> (raw)
In-Reply-To: <20200914145822.18971-1-weix.ling@intel.com>

use API to set dpdk config when use meson

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/TestSuite_vmdq_dcb.py | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/tests/TestSuite_vmdq_dcb.py b/tests/TestSuite_vmdq_dcb.py
index d202441..5f0da0f 100644
--- a/tests/TestSuite_vmdq_dcb.py
+++ b/tests/TestSuite_vmdq_dcb.py
@@ -93,15 +93,10 @@ class TestVmdqDcb(TestCase):
         """
         Rebuild dpdk
         """
-        out = self.dut.send_expect("grep 'CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM' ./config/common_base", "#", 20)
-        vm_num = re.findall(r'\d+', out)[-1]
-        if str(nb_queue_per_vm) == vm_num:
-            return
-        else:
-            self.dut.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=%s/CONFIG_RTE_LIBRTE_I40E_"
-                             "QUEUE_NUM_PER_VM=%s/' ./config/common_base" % (vm_num, nb_queue_per_vm), "#", 20)
-            self.dut.set_build_options({'RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM': nb_queue_per_vm})
-            self.dut.build_install_dpdk(self.target)
+        self.dut.send_expect("sed -i -e 's/CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM=.*$/CONFIG_RTE_LIBRTE_I40E_"
+                             "QUEUE_NUM_PER_VM=%s/' ./config/common_base" % nb_queue_per_vm, "#", 20)
+        self.dut.set_build_options({'RTE_LIBRTE_I40E_QUEUE_NUM_PER_VM': nb_queue_per_vm})
+        self.dut.build_install_dpdk(self.target)
 
     def start_application(self, npools, ntcs):
         """
-- 
2.17.1


  parent reply	other threads:[~2020-09-14  7:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-14 14:58 [dts] [PATCH V4 0/5] use " lingwei
2020-09-14  7:12 ` Ling, WeiX
2020-09-14 14:58 ` [dts] [PATCH V4 1/5] tests/l3fwd_base:use " lingwei
2020-09-14 14:58 ` [dts] [PATCH V4 2/5] tests/TestSuite_af_xdp_2:use " lingwei
2020-09-14 14:58 ` [dts] [PATCH V4 3/5] tests/TestSuite_nic_single_core_perf:use " lingwei
2020-09-14 14:58 ` lingwei [this message]
2020-09-14 14:58 ` [dts] [PATCH V4 5/5] tests/TestSuite_vmdq:use " lingwei
2020-09-15  8:46 ` [dts] [PATCH V4 0/5] use " 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=20200914145822.18971-5-weix.ling@intel.com \
    --to=weix.ling@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).