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 6B898A0487 for ; Tue, 2 Jul 2019 11:52:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3047E1B99A; Tue, 2 Jul 2019 11:52:00 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A5E7B2BC8 for ; Tue, 2 Jul 2019 11:51:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jul 2019 02:51:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,442,1557212400"; d="scan'208";a="157582752" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga008.jf.intel.com with ESMTP; 02 Jul 2019 02:51:54 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 02:51:54 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 2 Jul 2019 02:51:54 -0700 Received: from shsmsx106.ccr.corp.intel.com ([169.254.10.240]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Tue, 2 Jul 2019 17:51:52 +0800 From: "Yao, BingX Y" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content. Thread-Index: AQHVMLs70W5dX/vhjkK2x0kwOmQsQ6a3FgCQ Date: Tue, 2 Jul 2019 09:51:51 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E058F3A7F@SHSMSX106.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: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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" Tested-by: Yao, BingX Y -----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. The value is modified due to changes in dpdk 19.08.rc0. commit 4b06b0771f321bd4301075eaff64452261a45a4d Signed-off-by: zhu,shuai --- tests/TestSuite_ipfrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index a6= cb629..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)), "Fragm= ent packet frag not match") + self.verify((frag =3D=3D int((idx - 1) * 181)),=20 + "Fragment packet frag not match") idx +=3D 1 =20 def set_up(self): -- 2.17.2