From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E3CE2A0093; Tue, 19 May 2020 03:57:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCB421D55F; Tue, 19 May 2020 03:57:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id B65511D565 for ; Tue, 19 May 2020 03:57:00 +0200 (CEST) IronPort-SDR: NliMGnaueiTMjRa1xbBkOkAg/tR3oTBkY6uerXlXQeIrcouEvS/TbnVI+fQs5wViEzxciFvBMV 9neSG10eH1IQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 18:56:59 -0700 IronPort-SDR: rnvFf9pI1x96zkJzXbOH2pezy1WuM2m/OAf0aOYCZO7Ol+3e4U1XmSaSGMuuZYts0MaRxCXhbE sINkL6EBYJ3Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,408,1583222400"; d="scan'208";a="282171572" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 18 May 2020 18:56:59 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 May 2020 18:56:59 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.178]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.34]) with mapi id 14.03.0439.000; Tue, 19 May 2020 09:56:55 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] tests: fix typo issue in TestSuite_vm2vm_virtio_pmd.py Thread-Index: AQHWKcdRDYMGJXnYz0OzoMFc+WUlFaiurfWg Date: Tue, 19 May 2020 01:56:54 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC3ED84@SHSMSX101.ccr.corp.intel.com> References: <20200514010511.88496-1-yinan.wang@intel.com> In-Reply-To: <20200514010511.88496-1-yinan.wang@intel.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.2.0.6 dlp-reaction: no-action 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 v1] tests: fix typo issue in TestSuite_vm2vm_virtio_pmd.py 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Thursday, May 14, 2020 9:05 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] tests: fix typo issue in > TestSuite_vm2vm_virtio_pmd.py >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > tests/TestSuite_vm2vm_virtio_pmd.py | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vm2vm_virtio_pmd.py > b/tests/TestSuite_vm2vm_virtio_pmd.py > index d1fce80..d4ffdc7 100644 > --- a/tests/TestSuite_vm2vm_virtio_pmd.py > +++ b/tests/TestSuite_vm2vm_virtio_pmd.py > @@ -1,4 +1,3 @@ > -710703wyn > # BSD LICENSE > # > # Copyright(c) <2019> Intel Corporation. > -- > 2.17.1