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

Message ID 20210106054128.4601-2-weix.xie@intel.com (mailing list archive)
State Accepted
Headers
Series add cvl nic supported |

Commit Message

Xie, WeiX Jan. 6, 2021, 5:41 a.m. UTC
  add cvl nic supported.

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

Patch

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])