test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/veb: add fortville 25g support
@ 2017-09-27  7:24 Fangfang Wei
  2017-09-30 10:28 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Fangfang Wei @ 2017-09-27  7:24 UTC (permalink / raw)
  To: dts; +Cc: Fangfangx Wei

From: Fangfangx Wei <fangfangx.wei@intel.com>

Add fortville 25g support in floating_veb and veb_switch suites.

Signed-off-by: Fangfangx Wei <fangfangx.wei@intel.com>
---
 tests/TestSuite_floating_veb.py | 2 +-
 tests/TestSuite_veb_switch.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_floating_veb.py b/tests/TestSuite_floating_veb.py
index 3dfb66f..bf26f18 100644
--- a/tests/TestSuite_floating_veb.py
+++ b/tests/TestSuite_floating_veb.py
@@ -135,7 +135,7 @@ class TestVEBSwitching(TestCase):
         Prerequisite steps for each test suite.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
-                    "fortville_spirit_single"],
+                    "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, "Insufficient ports")
diff --git a/tests/TestSuite_veb_switch.py b/tests/TestSuite_veb_switch.py
index 01a5366..c0e0972 100644
--- a/tests/TestSuite_veb_switch.py
+++ b/tests/TestSuite_veb_switch.py
@@ -135,7 +135,7 @@ class TestVEBSwitching(TestCase):
         Prerequisite steps for each test suite.
         """
         self.verify(self.nic in ["fortville_eagle", "fortville_spirit",
-                    "fortville_spirit_single"],
+                    "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, "Insufficient ports")
-- 
2.7.5

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

* Re: [dts] [PATCH V1] tests/veb: add fortville 25g support
  2017-09-27  7:24 [dts] [PATCH V1] tests/veb: add fortville 25g support Fangfang Wei
@ 2017-09-30 10:28 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-09-30 10:28 UTC (permalink / raw)
  To: Fangfang Wei, dts

Thanks Fangfang, applied.

On 09/27/2017 03:24 PM, Fangfang Wei wrote:
> From: Fangfangx Wei<fangfangx.wei@intel.com>
>
> Add fortville 25g support in floating_veb and veb_switch suites.
>
> Signed-off-by: Fangfangx Wei<fangfangx.wei@intel.com>

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

end of thread, other threads:[~2017-09-30  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-27  7:24 [dts] [PATCH V1] tests/veb: add fortville 25g support Fangfang Wei
2017-09-30 10:28 ` 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).