[dts] [PATCH V1] tests/TestSuite_pmdpcap:fix pmdpcap rebuild dpdk issue

Huang Zhimin zhiminx.huang at intel.com
Thu Apr 23 11:58:53 CEST 2020


*.pmdpcap rebuild not bind nic to dpdk.

Signed-off-by: Huang Zhimin <zhiminx.huang at intel.com>
---
 tests/TestSuite_pmdpcap.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_pmdpcap.py b/tests/TestSuite_pmdpcap.py
index fc5acf7..509af0b 100644
--- a/tests/TestSuite_pmdpcap.py
+++ b/tests/TestSuite_pmdpcap.py
@@ -66,7 +66,6 @@ class TestPmdPcap(TestCase):
         os_type = self.dut.get_os_type()
         if os_type == "freebsd":
             self.dut.send_expect("kldload contigmem", "#",20)
-            self.dut.send_expect("kldload nic_uio", "#",20)
 
     def get_pcap_compile_config(self):
         config_head = "common_"
-- 
2.7.4



More information about the dts mailing list