[dts] [PATCH 12/17] tests/TestSuite_ptype_mapping: add carlsville to support nic of ptype_mapping

qifu qi.fu at intel.com
Mon Aug 19 13:06:20 CEST 2019


Add carlsville to support nic of ptype_mapping.
Signed-off-by: qifu <qi.fu at intel.com>
---
 tests/TestSuite_ptype_mapping.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ptype_mapping.py b/tests/TestSuite_ptype_mapping.py
index c96bff6..d7af657 100644
--- a/tests/TestSuite_ptype_mapping.py
+++ b/tests/TestSuite_ptype_mapping.py
@@ -45,7 +45,7 @@ class TestPtype_Mapping(TestCase):
         Run at the start of each test suite.
         """
         self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
-            'fortville_spirit_single', 'fortville_25g', 'fortpark_TLV'],
+            'fortville_spirit_single', 'fortville_25g', 'fortpark_TLV', 'carlsville'],
             'ptype mapping test can not support %s nic' % self.nic)
         ports = self.dut.get_ports()
         self.verify(len(ports) >= 1, "Insufficient ports for testing")  
-- 
2.17.1



More information about the dts mailing list