From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 76A741B82E for ; Thu, 8 Feb 2018 06:56:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 21:56:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="29077085" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.83]) ([10.67.119.83]) by fmsmga001.fm.intel.com with ESMTP; 07 Feb 2018 21:56:06 -0800 Message-ID: <5A7C54D2.6010000@intel.com> Date: Thu, 08 Feb 2018 21:46:58 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Rami Rosen CC: dts@dpdk.org References: <20180205140622.20435-1-rami.rosen@intel.com> In-Reply-To: <20180205140622.20435-1-rami.rosen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] framework/ssh_connection: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 05:56:08 -0000 Thanks Rami, applied. On 02/05/2018 10:06 PM, Rami Rosen wrote: > This trivial patch fixes a typo in framework/ssh_connection.py. > > Signed-off-by: Rami Rosen