From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id D4D7C1B101 for ; Tue, 15 Jan 2019 03:40:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2019 18:40:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,480,1539673200"; d="scan'208";a="106628987" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 14 Jan 2019 18:40:58 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 18:40:25 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 14 Jan 2019 18:40:25 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.160]) with mapi id 14.03.0415.000; Tue, 15 Jan 2019 10:40:23 +0800 From: "Tu, Lijuan" To: Rami Rosen , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] framework/virt_base.py: fix a typo Thread-Index: AQHUqlAJfoXgYfEZfEeddCtT0fq/xaWvoquQ Date: Tue, 15 Jan 2019 02:40:22 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BA02544@SHSMSX101.ccr.corp.intel.com> References: <20190112082243.4274-1-ramirose@gmail.com> In-Reply-To: <20190112082243.4274-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWNkM2Q5ZTUtM2U4MC00NmYzLTk5ZWYtZjY2NTM3YmUwNWUyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWDJjV212NmR4ZFVLZkp4YTZDR0pxSHFMcEM5d0tudEdYWU1zRU0reTl3UGtJbUp4VU1uczRsWWVHMkE0a2FoeSJ9 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/virt_base.py: 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: Tue, 15 Jan 2019 02:41:00 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen > Sent: Saturday, January 12, 2019 4:23 PM > To: dts@dpdk.org > Cc: Rami Rosen > Subject: [dts] [PATCH] framework/virt_base.py: fix a typo >=20 > This patch fixes a typo (virutal->virtual) in framework/virt_base.py. >=20 > Signed-off-by: Rami Rosen > --- > framework/virt_base.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/framework/virt_base.py b/framework/virt_base.py index > 5eca712..91143df 100644 > --- a/framework/virt_base.py > +++ b/framework/virt_base.py > @@ -280,7 +280,7 @@ class VirtBase(object): > # compose boot command for different hypervisors > self.compose_boot_param() >=20 > - # start virutal machine > + # start virtual machine > self._start_vm() >=20 > if self.vm_status is ST_RUNNING: > @@ -311,7 +311,7 @@ class VirtBase(object): > # compose boot command for different hypervisors > self.compose_boot_param() >=20 > - # start virutal machine > + # start virtual machine > self._quick_start_vm() >=20 > except Exception as vm_except: > -- > 2.19.2