test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code
@ 2020-10-23  2:31 Xie wei
  2020-10-23  2:39 ` Xie, WeiX
  2020-10-29  8:57 ` Ma, LihongX
  0 siblings, 2 replies; 4+ messages in thread
From: Xie wei @ 2020-10-23  2:31 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

modify meson build code.

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

diff --git a/tests/TestSuite_flexible_rxd.py b/tests/TestSuite_flexible_rxd.py
index b69d8bb9..7bef76c0 100644
--- a/tests/TestSuite_flexible_rxd.py
+++ b/tests/TestSuite_flexible_rxd.py
@@ -71,7 +71,7 @@ class TestFlexibleRxd(TestCase):
         """
         self.dut.send_expect("cp ./app/test-pmd/util.c .", "#", 15)
         self.dut.send_expect("cp ./app/test-pmd/meson.build /root/", "#", 15)
-        pattern = r"/if dpdk_conf.has('RTE_LIBRTE_IXGBE_PMD')/i\if dpdk_conf.has('RTE_LIBRTE_ICE_PMD')\n\tdeps += 'pmd_ice'\nendif"
+        pattern = r"/if dpdk_conf.has('RTE_NET_IXGBE')/i\if dpdk_conf.has('RTE_NET_ICE')\n\tdeps += 'net_ice'\nendif"
         self.dut.send_expect(f'sed -i "{pattern}" app/test-pmd/meson.build', "#", 15)
         self.dut.send_expect(
             "sed -i '/#include <rte_flow.h>/a\#include <rte_pmd_ice.h>' app/test-pmd/util.c", "#", 15)
-- 
2.17.1


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

end of thread, other threads:[~2020-11-03  2:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  2:31 [dts] [PATCH V1] tests/TestSuite_flexible_rxd:modify meson build code Xie wei
2020-10-23  2:39 ` Xie, WeiX
2020-10-29  8:57 ` Ma, LihongX
2020-11-03  2:09   ` 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).