[dts] [PATCH V1 1/6] tests/TestSuite_flow_classify:add cvl nic supported

Xie wei weix.xie at intel.com
Wed Jan 6 06:41:23 CET 2021


add cvl nic supported.

Signed-off-by: Xie wei <weix.xie at intel.com>
---
 tests/TestSuite_flow_classify.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_flow_classify.py b/tests/TestSuite_flow_classify.py
index 75410b34..67d78734 100644
--- a/tests/TestSuite_flow_classify.py
+++ b/tests/TestSuite_flow_classify.py
@@ -453,7 +453,7 @@ class TestFlowClassify(TestCase):
         self.verify_traffic(stm_types=stream_list, flow_type="multi_stream")
 
     def verify_supported_nic(self):
-        supported_drivers = ['i40e', 'ixgbe', 'igc', 'igb']
+        supported_drivers = ['i40e', 'ixgbe', 'igc', 'igb', 'ice']
         result = all([self.dut.ports_info[index]['port'].default_driver in
                       supported_drivers
                       for index in self.dut_ports])
-- 
2.17.1



More information about the dts mailing list