From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0E38D1B477 for ; Mon, 7 Jan 2019 06:17:37 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2019 21:17:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,449,1539673200"; d="scan'208";a="264950473" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 06 Jan 2019 21:17:37 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:17:36 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 6 Jan 2019 21:17:36 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.150]) with mapi id 14.03.0415.000; Mon, 7 Jan 2019 13:17:35 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] framework/dut: fix a typo Thread-Index: AQHUoZkHFDCWrIQDpkKhVaIwsJeH96WjTV/A Date: Mon, 7 Jan 2019 05:17:33 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FDDAE@SHSMSX101.ccr.corp.intel.com> References: <1546323151-69125-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1546323151-69125-1-git-send-email-ramirose@gmail.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWI4MzM4NTgtNGY2MC00ZDJhLWFlYzAtZDBjNWZjN2UzZjU4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNmRJbVMxMjh1WG5jWGwreDRWMlpOY3drWGExc01LXC9hYUtNcVo4VzBDNWx5bUpiVDJHNGpnNE1pSmpRbTNKeFIifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] framework/dut: 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: Mon, 07 Jan 2019 05:17:38 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Tuesday, January 1, 2019 2:13 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] framework/dut: fix a typo >=20 > This patch fixes a typo in framework/dut.py >=20 > Signed-off-by: Rami Rosen > --- > framework/dut.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/framework/dut.py b/framework/dut.py > index a8116ff..41a7516 100644 > --- a/framework/dut.py > +++ b/framework/dut.py > @@ -806,7 +806,7 @@ class Dut(Crb): > Setup current virtualization hypervisor type and remove elder VM > ssh keys > """ > self.virttype =3D virttype > - # remove VM ras keys from tester > + # remove VM rsa keys from tester > remove_old_rsa_key(self.tester, self.crb['My IP']) >=20 > def generate_sriov_vfs_by_port(self, port_id, vf_num, > driver=3D'default'): > -- > 1.8.3.1