[dts] [PATCH] framework/dut: fix a typo

Tu, Lijuan lijuan.tu at intel.com
Mon Jan 7 06:07:30 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, January 6, 2019 2:22 AM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] framework/dut: fix a typo
> 
> This patch fixes a typo in framework/dut.py; it is better to use "PORT
> CANNOT BE FOUND" than "PORT CANNOT FOUND".
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  framework/dut.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/dut.py b/framework/dut.py index a8116ff..c425d45
> 100644
> --- a/framework/dut.py
> +++ b/framework/dut.py
> @@ -936,7 +936,7 @@ class Dut(Crb):
>                          self.ports_map[dutPort] = remotePort
>                          break
>                  if self.ports_map[dutPort] == -1:
> -                    self.logger.error("CONFIGURED TESTER PORT
> CANNOT FOUND!!!")
> +                    self.logger.error("CONFIGURED TESTER PORT
> CANNOT BE
> + FOUND!!!")
>                  else:
>                      continue  # skip ping6 map
> 
> --
> 2.19.2



More information about the dts mailing list