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

Tu, Lijuan lijuan.tu at intel.com
Thu Apr 23 08:37:17 CEST 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Mei Jianwei
> Sent: Wednesday, April 22, 2020 11:39 PM
> To: dts at dpdk.org
> Cc: Mei, JianweiX <jianweix.mei at intel.com>
> Subject: [dts] [PATCH V1] tests/flow_classify:support igb driver
> 
> 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