test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_external_mempool_handler:support meson build
@ 2020-09-21 15:58 lingwei
  2020-09-21  8:18 ` Ling, WeiX
  2020-09-23  8:48 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: lingwei @ 2020-09-21 15:58 UTC (permalink / raw)
  To: dts; +Cc: lingwei

support meson build

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/TestSuite_external_mempool_handler.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_external_mempool_handler.py b/tests/TestSuite_external_mempool_handler.py
index 6b046c3..a16d432 100644
--- a/tests/TestSuite_external_mempool_handler.py
+++ b/tests/TestSuite_external_mempool_handler.py
@@ -61,6 +61,7 @@ class TestExternalMempool(TestCase):
 
     def change_mempool_ops(self, ops=''):
         self.dut.send_expect("sed -i 's/CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS=.*$/CONFIG_RTE_MBUF_DEFAULT_MEMPOOL_OPS=\"%s\"/' ./config/common_base" % ops, "# ")
+        self.dut.set_build_options({'RTE_MBUF_DEFAULT_MEMPOOL_OPS': ops})
         self.dut.build_install_dpdk(self.target)
 
     def verify_unit_func(self):
-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-23  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21 15:58 [dts] [PATCH V1] tests/TestSuite_external_mempool_handler:support meson build lingwei
2020-09-21  8:18 ` Ling, WeiX
2020-09-22  8:18   ` Ma, LihongX
2020-09-23  8:48 ` Tu, Lijuan

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).