test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/3] solve dts compile error on freesbd
@ 2016-08-30  9:51 xu,gang
  2016-08-30  9:51 ` [dts] [PATCH V1 2/3] " xu,gang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: xu,gang @ 2016-08-30  9:51 UTC (permalink / raw)
  To: dts; +Cc: xu,gang

Signed-off-by: xu,gang <gangx.xu@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

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

end of thread, other threads:[~2016-09-06  6:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-30  9:51 [dts] [PATCH V1 1/3] solve dts compile error on freesbd xu,gang
2016-08-30  9:51 ` [dts] [PATCH V1 2/3] " xu,gang
2016-08-30  9:51 ` [dts] [PATCH V1 3/3] " xu,gang
2016-08-31  0:16 ` [dts] [PATCH V1 1/3] solve dts compile error on FreeBSD Xu, HuilongX
2016-09-06  6:13 ` [dts] [PATCH V1 1/3] solve dts compile error on freesbd 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).