From: <usurekha@marvell.com>
To: <dts@dpdk.org>
Cc: <pvukkisala@marvell.com>, <zzhou@marvell.com>,
usurekha <usurekha@marvell.com>
Subject: [dts] [PATCH] tests/TestSuite_pmd.py: Excluded the getting system_info details for cavium_nic
Date: Thu, 26 Nov 2020 16:29:43 +0530 [thread overview]
Message-ID: <1606388383-5986-1-git-send-email-usurekha@marvell.com> (raw)
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
next reply other threads:[~2020-11-26 11:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-26 10:59 usurekha [this message]
2020-12-01 8:44 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1606388383-5986-1-git-send-email-usurekha@marvell.com \
--to=usurekha@marvell.com \
--cc=dts@dpdk.org \
--cc=pvukkisala@marvell.com \
--cc=zzhou@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).