[dts] [PATCH V1 1/2] tests/kni: fix typo in output message

Yao, Lei A lei.a.yao at intel.com
Wed Jul 10 10:28:59 CEST 2019



> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of yufengmx
> Sent: Wednesday, July 10, 2019 11:09 AM
> To: dts at dpdk.org
> Cc: Mo, YufengX <yufengx.mo at intel.com>
> Subject: [dts] [PATCH V1 1/2] tests/kni: fix typo in output message
> 
> 
> fix typo issue in output message.
> 
> Signed-off-by: yufengmx <yufengx.mo at intel.com>
Acked-by : Lei Yao <lei.a.yao at intel.com>
> ---
>  tests/TestSuite_kni.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_kni.py b/tests/TestSuite_kni.py
> index cf2403d..f1f85df 100644
> --- a/tests/TestSuite_kni.py
> +++ b/tests/TestSuite_kni.py
> @@ -780,7 +780,7 @@ class TestKni(TestCase):
>              total_cores = len(self.config['tx_cores'] + self.config[
>                                'rx_cores'] + self.config['kernel_cores'])
>              if total_cores > self.dut_physical_cores():
> -                self.logger.info("Skiping step %s (%d cores needed, got %d)" %
> +                self.logger.info("Skipping step %s (%d cores needed, got %d)" %
>                                (step['config'], total_cores,
>                                 self.dut_physical_cores())
>                                )
> @@ -850,7 +850,7 @@ class TestKni(TestCase):
>              total_cores = len(self.config['tx_cores'] + self.config[
>                                'rx_cores'] + self.config['kernel_cores'])
>              if total_cores > self.dut_physical_cores():
> -                self.logger.info("Skiping step %s (%d cores needed, got %d)" %
> +                self.logger.info("Skipping step %s (%d cores needed, got %d)" %
>                                (step['config'], total_cores,
>                                 self.dut_physical_cores())
>                                )
> --
> 1.9.3



More information about the dts mailing list