* [dts] [PATCH] tests/TestSuite_pmd.py: Excluded the getting system_info details for cavium_nic
@ 2020-11-26 10:59 usurekha
2020-12-01 8:44 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: usurekha @ 2020-11-26 10:59 UTC (permalink / raw)
To: dts; +Cc: pvukkisala, zzhou, usurekha
From: usurekha <usurekha@marvell.com>
Signed-off-by: usurekha <usurekha@marvell.com>
---
tests/TestSuite_pmd.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/TestSuite_pmd.py b/tests/TestSuite_pmd.py
index 46141d6..bef7429 100644
--- a/tests/TestSuite_pmd.py
+++ b/tests/TestSuite_pmd.py
@@ -90,7 +90,8 @@ class TestPmd(TestCase):
self.dut.ports_info[port_num]['port'].bind_driver()
sut = SystemInfo(self.dut, pci_device_id)
- self.system_info = sut.get_system_info()
+ if (self.nic not in ["cavium_a063", "cavium_a064"]):
+ self.system_info = sut.get_system_info()
self.nic_info = sut.get_nic_info()
self.dut.ports_info[port_num]['port'].bind_driver(ori_driver)
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-01 8:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 10:59 [dts] [PATCH] tests/TestSuite_pmd.py: Excluded the getting system_info details for cavium_nic usurekha
2020-12-01 8:44 ` 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).