[dts] [PATCH] tests/TestSuite_pmd.py: Excluded the getting system_info details for cavium_nic

usurekha at marvell.com usurekha at marvell.com
Thu Nov 26 11:59:43 CET 2020


From: usurekha <usurekha at marvell.com>

Signed-off-by: usurekha <usurekha at 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



More information about the dts mailing list