test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1] tests/kni:need kmod rte_kni
@ 2020-01-21  8:35 Zeng Xiaoxiao
  0 siblings, 0 replies; only message in thread
From: Zeng Xiaoxiao @ 2020-01-21  8:35 UTC (permalink / raw)
  To: dts; +Cc: Zeng Xiaoxiao

*.modify CONFIG_RTE_KNI_KMOD as y in config/common_base

Signed-off-by: Zeng Xiaoxiao <xiaoxiaox.zeng@intel.com>
---
 tests/TestSuite_kni.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
index f1f85df..6e8f0f5 100644
--- a/tests/TestSuite_kni.py
+++ b/tests/TestSuite_kni.py
@@ -259,6 +259,7 @@ class TestKni(TestCase):
                     "The linux tool brctl is needed to run this test suite")
 
         self.dut.send_expect("sed -i -e 's/KNI_KMOD_ETHTOOL=n$/KNI_KMOD_ETHTOOL=y/' config/common_base", "# ", 30)
+        self.dut.send_expect("sed -i -e 's/CONFIG_RTE_KNI_KMOD=n$/CONFIG_RTE_KNI_KMOD=y/' config/common_base", "# ", 30)
         self.dut.build_install_dpdk(self.target)
 
         out = self.dut.build_dpdk_apps("./examples/kni/")
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-21  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21  8:35 [dts] [PATCH V1] tests/kni:need kmod rte_kni Zeng Xiaoxiao

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