[dts] [PATCH V1] tests/flow_classify:support igb driver

Mei Jianwei jianweix.mei at intel.com
Wed Apr 22 17:39:17 CEST 2020


add igb driver

Signed-off-by: Mei Jianwei <jianweix.mei 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 e6320b0..213ae49 100644
--- a/tests/TestSuite_flow_classify.py
+++ b/tests/TestSuite_flow_classify.py
@@ -452,7 +452,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']
+        supported_drivers = ['i40e', 'ixgbe', 'igc', 'igb']
         result = all([self.dut.ports_info[index]['port'].default_driver in
                       supported_drivers
                       for index in self.dut_ports])
-- 
2.18.2



More information about the dts mailing list