test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1]tests/unit_tests_kni: need rte_kni
@ 2020-01-21  8:56 Zeng Xiaoxiao
  2020-02-10  8:57 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Zeng Xiaoxiao @ 2020-01-21  8:56 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_unit_tests_kni.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/TestSuite_unit_tests_kni.py b/tests/TestSuite_unit_tests_kni.py
index 4966f4e..ecf412b 100644
--- a/tests/TestSuite_unit_tests_kni.py
+++ b/tests/TestSuite_unit_tests_kni.py
@@ -73,7 +73,9 @@ class TestUnitTestsKni(TestCase):
 
         KNI Prerequisites
         """
-        
+        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)
         self.cores = self.dut.get_core_list("all")
         self.insmod_kni()
 
-- 
1.8.3.1


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

end of thread, other threads:[~2020-02-10  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21  8:56 [dts] [PATCH V1]tests/unit_tests_kni: need rte_kni Zeng Xiaoxiao
2020-02-10  8:57 ` 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).