[dts] [PATCH V1] fix fortville_25g NIC name error

xu,huilong huilongx.xu at intel.com
Thu Sep 21 10:17:26 CEST 2017


fix fortville_25g NIC name, it should fortville_25g, not fortville_25G

Signed-off-by: xu,huilong <huilongx.xu at 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



More information about the dts mailing list