test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] add fortville 25 NIC support
@ 2017-08-29  5:44 Yuwei Zhang
  2017-08-29 17:39 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Yuwei Zhang @ 2017-08-29  5:44 UTC (permalink / raw)
  To: dts; +Cc: Yuwei Zhang

Signed-off-by: Yuwei Zhang <yuwei1.zhang@intel.com>
---
 tests/TestSuite_vf_rss.py       | 2 +-
 tests/TestSuite_vxlan_sample.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py
index 92d9009..6e2ff97 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -213,7 +213,7 @@ class TestVfRss(TestCase):
         """
 
         self.verify(
-            self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single"],
+            self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g"],
             "NIC Unsupported: " + str(self.nic))
         self.dut_ports = self.dut.get_ports(self.nic)
         self.verify(len(self.dut_ports) >= 1, "Not enough ports available")
diff --git a/tests/TestSuite_vxlan_sample.py b/tests/TestSuite_vxlan_sample.py
index 752e0a7..8115a18 100644
--- a/tests/TestSuite_vxlan_sample.py
+++ b/tests/TestSuite_vxlan_sample.py
@@ -78,7 +78,7 @@ class TestVxlanSample(TestCase):
 
         # this feature only enable in FVL now
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
-                                 "fortville_spirit_single", "fortpark_TLV"],
+                                 "fortville_spirit_single", "fortpark_TLV", "fortville_25g"],
                     "Vxlan Only supported by Fortville")
         # Based on h/w type, choose how many ports to use
         self.dut_ports = self.dut.get_ports()
-- 
2.7.4

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

* Re: [dts] [PATCH V1] add fortville 25 NIC support
  2017-08-29  5:44 [dts] [PATCH V1] add fortville 25 NIC support Yuwei Zhang
@ 2017-08-29 17:39 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-29 17:39 UTC (permalink / raw)
  To: Yuwei Zhang, dts

Thanks, yuwei. Applied.

On 08/29/2017 01:44 PM, Yuwei Zhang wrote:
> Signed-off-by: Yuwei Zhang<yuwei1.zhang@intel.com>
> ---
>   tests/TestSuite_vf_rss.py       | 2 +-
>   tests/TestSuite_vxlan_sample.py | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2017-08-29  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29  5:44 [dts] [PATCH V1] add fortville 25 NIC support Yuwei Zhang
2017-08-29 17:39 ` 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).