[dts] [PATCH V1 1/3] solve dts compile error on freesbd

xu,gang gangx.xu at intel.com
Tue Aug 30 11:51:55 CEST 2016


Signed-off-by: xu,gang <gangx.xu at intel.com>
---
 framework/dut.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/dut.py b/framework/dut.py
index 2f4e53a..d92713b 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -726,7 +726,7 @@ class Dut(Crb):
                                                       skipped))
                 continue
 
-            port = GetNicObj(self, pci_bus, '')
+            port = GetNicObj(self, '',pci_bus, '')
             intf = port.get_interface_name()
 
             macaddr = port.get_mac_addr()
-- 
1.9.3



More information about the dts mailing list