test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] fix fortville_25g NIC name error
@ 2017-09-21  8:17 xu,huilong
  2017-09-25 13:47 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: xu,huilong @ 2017-09-21  8:17 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

fix fortville_25g NIC name, it should fortville_25g, not fortville_25G

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 tests/TestSuite_qinq_filter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index a6787ca..5ade49f 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -52,7 +52,7 @@ class TestQinqFilter(TestCase):
         global dutRxPortId
         global dutTxPortId
 
-        self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25G"], 
+        self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g"], 
                     "NIC %s not support this test" % self.nic)
         print 'this case only supports fortville with 6.0.0+ firmware and dpdk17.05+'
         ports = self.dut.get_ports()
-- 
1.9.3

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

* Re: [dts] [PATCH V1] fix fortville_25g NIC name error
  2017-09-21  8:17 [dts] [PATCH V1] fix fortville_25g NIC name error xu,huilong
@ 2017-09-25 13:47 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-09-25 13:47 UTC (permalink / raw)
  To: xu,huilong, dts

Thanks, applied.

On 09/21/2017 04:17 PM, xu,huilong wrote:
> fix fortville_25g NIC name, it should fortville_25g, not fortville_25G
>
> Signed-off-by: xu,huilong<huilongx.xu@intel.com>
> ---
>   tests/TestSuite_qinq_filter.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

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

end of thread, other threads:[~2017-09-25  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21  8:17 [dts] [PATCH V1] fix fortville_25g NIC name error xu,huilong
2017-09-25 13:47 ` 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).