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 34CF3A04A2; Tue, 12 May 2020 09:33:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AF501BFF6; Tue, 12 May 2020 09:33:34 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1EFD61BFB4 for ; Tue, 12 May 2020 09:33:31 +0200 (CEST) IronPort-SDR: InY+5sTctwk3aYHcQI88S+ruMRPUtptQEoVBAlyUftE9baStFBMpSkiFIu1kyKFLbcr6L+Yrpf J3yEZxDLj7kQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2020 00:33:31 -0700 IronPort-SDR: 3LampGTTOVR1o7x9FkEXujKIyV4GYPdlcx2YhbCE1viMaQ2DkIC0jQoUmA37P9YEWk4Cdh6FKR eDHDlx0vNb6w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,383,1583222400"; d="scan'208";a="286557265" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 12 May 2020 00:33:17 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 00:33:17 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 12 May 2020 00:33:17 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.225]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.225]) with mapi id 14.03.0439.000; Tue, 12 May 2020 15:33:14 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] tests: update typo issue in TestSuite_vm2vm_virtio_user.py Thread-Index: AQHWJcHBUrhORl6U30q3986dZAgdSqikE6gg Date: Tue, 12 May 2020 07:33:13 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC2A362@SHSMSX101.ccr.corp.intel.com> References: <20200508221502.99121-1-yinan.wang@intel.com> In-Reply-To: <20200508221502.99121-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: update 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Saturday, May 9, 2020 6:15 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] tests: update typo issue in > TestSuite_vm2vm_virtio_user.py >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > tests/TestSuite_vm2vm_virtio_user.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vm2vm_virtio_user.py > b/tests/TestSuite_vm2vm_virtio_user.py > index d41e034..343e2d2 100644 > --- a/tests/TestSuite_vm2vm_virtio_user.py > +++ b/tests/TestSuite_vm2vm_virtio_user.py > @@ -469,7 +469,7 @@ class TestVM2VMVirtioUser(TestCase): > 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.check_packet_payload_valid(self.dump_vhost_pcap, > small_pkts_num, large_8k_pkts_num, large_2k_pkts_num) > + self.check_packet_payload_valid(self.dump_virtio_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') > -- > 2.17.1