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 316E4A0487 for ; Wed, 3 Jul 2019 07:36:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07F98F04; Wed, 3 Jul 2019 07:36:26 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C8DBD271 for ; Wed, 3 Jul 2019 07:36:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 22:36:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,446,1557212400"; d="scan'208";a="315462494" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 02 Jul 2019 22:36:22 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 22:36:22 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.60]) with mapi id 14.03.0439.000; Wed, 3 Jul 2019 13:36:21 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content. Thread-Index: AQHVMLs7sBxkfu3Ym0KG5YKZNpXlNqa4YPdw Date: Wed, 3 Jul 2019 05:36:20 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BAD9035@SHSMSX101.ccr.corp.intel.com> References: <1562061118-128994-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1562061118-128994-1-git-send-email-shuaix.zhu@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.0.600.7 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmI2OTk5YzEtMDFmYy00NmE2LTlmOTgtYzFmNzQ5MGJlY2JkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSldZRHNjbWpHWHh2eWdpa0REVUt2TVNcL1wvVnRTa2MyZVpzNUtZU0htYUpPN2V2N1FITzlrSDdDQjdNc0UwOEp0In0= 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/ipfrag:Modify the judgment content. 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 zhu,shuai > Sent: Tuesday, July 2, 2019 5:52 PM > To: dts@dpdk.org > Cc: Zhu, ShuaiX > Subject: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content. >=20 > The value is modified due to changes in dpdk 19.08.rc0. > commit 4b06b0771f321bd4301075eaff64452261a45a4d >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_ipfrag.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index > a6cb629..f6d0373 100644 > --- a/tests/TestSuite_ipfrag.py > +++ b/tests/TestSuite_ipfrag.py > @@ -249,7 +249,7 @@ l3fwd_ipv4_route_array[] =3D {\\\n" >=20 > # fragment offset should be correct > frag =3D pkt.strip_element_layer4("offset") > - self.verify((frag =3D=3D int((idx - 1) * 182)), "Fra= gment packet frag not > match") > + self.verify((frag =3D=3D int((idx - 1) * 181)), > + "Fragment packet frag not match") > idx +=3D 1 >=20 > def set_up(self): > -- > 2.17.2