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

Tu, Lijuan lijuan.tu at intel.com
Tue Jan 15 03:40:30 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, January 12, 2019 4:17 PM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] framework/ssh_pexpect: fix a typo
> 
> This patch fixes a typo in framework/ssh_pexpect.py.
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  framework/ssh_pexpect.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/framework/ssh_pexpect.py b/framework/ssh_pexpect.py index
> 42221f1..df8da8a 100644
> --- a/framework/ssh_pexpect.py
> +++ b/framework/ssh_pexpect.py
> @@ -7,8 +7,8 @@ from utils import RED, GREEN, parallel_lock
> 
>  """
>  Module handle ssh sessions between tester and DUT.
> -Implement send_expect function to send command and get output data.
> -Aslo support transfer files to tester or DUT.
> +Implements send_expect function to send command and get output data.
> +Also supports transfer files to tester or DUT.
>  """
> 
> 
> --
> 2.19.2



More information about the dts mailing list