test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] fix FreeBSD get mac addr error
@ 2017-08-30  8:58 xu,gang
  2017-08-30  9:08 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,gang @ 2017-08-30  8:58 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

get mac addr need restore interface

Signed-off-by: xu,gang <gangx.xu@intel.com>
---
 framework/dut.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/framework/dut.py b/framework/dut.py
index 22ff0bb..682da8c 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -190,6 +190,10 @@ class Dut(Crb):
 
         if self.get_os_type() == 'freebsd':
             self.send_expect('alias make=gmake', '# ')
+            out = self.__send_expect('kldstat', '# ')
+            if 'nic_uio.ko' in out:
+                self.__send_expect('kldunload nic_uio.ko', '# ')
+                self.__send_expect('kldunload contigmem.ko', '# ')
 
         self.init_core_list()
         self.pci_devices_information()
-- 
1.9.3

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

end of thread, other threads:[~2017-08-30  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30  8:58 [dts] [PATCH V2] fix FreeBSD get mac addr error xu,gang
2017-08-30  9:08 ` Liu, Yong

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