[dts] [PATCH V1] tests/ptype_mapping: add fortpark_TLV

Wenjie Li wenjiex.a.li at intel.com
Thu May 30 06:49:56 CEST 2019


tests/ptype_mapping could support fortpark_TLV, add it to setup_all().

Signed-off-by: Wenjie Li <wenjiex.a.li 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 2771337..84cdc61 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'], 
+            'fortville_spirit_single', 'fortville_25g', 'fortpark_TLV'], 
             '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.2



More information about the dts mailing list