test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] tests/TestSuite_link_status_interrupt :enable CVL25G&100G nic to support link status case
@ 2019-08-30 14:17 zhiwei.he
  2019-09-04  3:03 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhiwei.he @ 2019-08-30 14:17 UTC (permalink / raw)
  To: dts; +Cc: zhiwei.he

From: "zhiwei.he" <zhiwei.he@intel.com>

Signed-off-by: zhiwei.he <zhiwei.he@intel.com>
---
 tests/TestSuite_link_status_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_link_status_interrupt.py b/tests/TestSuite_link_status_interrupt.py
index 5e9e2e7..1d7e67e 100644
--- a/tests/TestSuite_link_status_interrupt.py
+++ b/tests/TestSuite_link_status_interrupt.py
@@ -63,7 +63,7 @@ class TestLinkStatusInterrupt(TestCase):
         self.verify("No such file" not in out, "compilation error 2")
         # from kernel 4.8+, kernel will not support legacy intr mode.
         # detailed info:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/drivers/pci/quirks.c?id=8bcf4525c5d43306c5fd07e132bc8650e3491aec
-        if self.nic in ["fortville_eagle", "fortville_spirit",
+        if self.nic in ["columbiaville_25g", "columbiaville_100g",  "fortville_eagle", "fortville_spirit",
                         "fortville_spirt_single", "fortville_25g", "carlsville"]:
             self.basic_intr_mode = ["msix"]
         else:
-- 
1.8.3.1


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

end of thread, other threads:[~2019-09-04  3:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30 14:17 [dts] [PATCH V2] tests/TestSuite_link_status_interrupt :enable CVL25G&100G nic to support link status case zhiwei.he
2019-09-04  3:03 ` 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).