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 9380CA0352; Wed, 6 May 2020 05:19:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A6931D6CE; Wed, 6 May 2020 05:19:05 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 602151D6CE for ; Wed, 6 May 2020 05:19:04 +0200 (CEST) IronPort-SDR: vQFRNNiq21W4Uapdb8LUqQbOxt1pTkeqq2YzHvHx7zHRyQ0IBnyBz3TqB7d9hmbvs+dVcdmbwJ Asj8GokkP+hA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 May 2020 20:19:03 -0700 IronPort-SDR: 6Kzp6QfurAG1Jz3aOHd/quQ/T0Z0aefyTarrESC2f5GJFoCcYCWIo0IuzcgXPKFxxC32OVjegm f/Y3GkA0l0tw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,357,1583222400"; d="scan'208";a="284468608" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 05 May 2020 20:19:03 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:19:02 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 5 May 2020 20:19:02 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.248]) with mapi id 14.03.0439.000; Wed, 6 May 2020 11:19:00 +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_user.py Thread-Index: AQHWHgAUp70zKXhyQkiJzNSWiWXDVqiabiHw Date: Wed, 6 May 2020 03:19:00 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC21E6E@SHSMSX101.ccr.corp.intel.com> References: <20200429012131.47458-1-yinan.wang@intel.com> In-Reply-To: <20200429012131.47458-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_user.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 failed, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Wednesday, April 29, 2020 9:22 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] tests: fix typo issue in > TestSuite_vm2vm_virtio_user.py >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > tests/TestSuite_vm2vm_virtio_user.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/tests/TestSuite_vm2vm_virtio_user.py > b/tests/TestSuite_vm2vm_virtio_user.py > index a168eb8..d41e034 100644 > --- a/tests/TestSuite_vm2vm_virtio_user.py > +++ b/tests/TestSuite_vm2vm_virtio_user.py > @@ -468,13 +468,13 @@ class TestVM2VMVirtioUser(TestCase): > # then virtio send 32 large pkts, the virtio will all received > self.logger.info('check pcap file info about virtio') > self.get_dump_file_of_virtio_user(path_mode, extern_params, ring= size) > - #self.resend_32_large_pkt_from_virtio0() > + self.resend_32_large_pkt_from_virtio0() > self.check_packet_payload_valid(self.dump_vhost_pcap, > small_pkts_num, large_8k_pkts_num, large_2k_pkts_num) >=20 > # get dump pcap file of vhost > self.logger.info('check pcap file info about vhost') > self.get_dump_file_of_vhost_user(path_mode, extern_params, rings= ize) > - #self.resend_32_large_pkt_from_virtio0() > + self.resend_32_large_pkt_from_virtio0() > self.check_packet_payload_valid(self.dump_vhost_pcap, > small_pkts_num, large_8k_pkts_num, large_2k_pkts_num) >=20 > self.logger.info('diff the pcap file of vhost and virtio') > -- > 2.17.1