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 13481A0561; Mon, 20 Apr 2020 06:45:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C13A1D147; Mon, 20 Apr 2020 06:45:25 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8D2B11C2F2 for ; Mon, 20 Apr 2020 06:45:23 +0200 (CEST) IronPort-SDR: 9+gIgt0LxRYJPnPOfK5d7wE2QG78KrwJOlcc7xuZ+3LFYAF9pF5WldIhjulKQIK9G1CEUH6Wbe RvYbAVkfQbPg== 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; 19 Apr 2020 21:45:22 -0700 IronPort-SDR: sLozYve6x+0lCYE60NurN0cvtg0i1pBPFoFzwR9KvRae/1V3H8QkyPgaAeKTQ555MREyVYbBme fxooGj0uf4mg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,405,1580803200"; d="scan'208";a="279115066" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 19 Apr 2020 21:45:22 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:45:22 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Apr 2020 21:45:21 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.22]) with mapi id 14.03.0439.000; Mon, 20 Apr 2020 12:45:19 +0800 From: "Tu, Lijuan" To: "Chen, BoX C" , "dts@dpdk.org" CC: "Chen, BoX C" , "Chen@dpdk.org" Thread-Topic: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool Thread-Index: AQHWD/UHbDPWGcCc4UiPzYBV3EzfWaiBfQ/A Date: Mon, 20 Apr 2020 04:45:18 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0CEDF@SHSMSX101.ccr.corp.intel.com> References: <20200411112049.12106-1-box.c.chen@intel.com> In-Reply-To: <20200411112049.12106-1-box.c.chen@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/generic_flow_api:fix issues by tool 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 Chen,Bo > Sent: Saturday, April 11, 2020 7:21 PM > To: dts@dpdk.org > Cc: Chen, BoX C ; Chen@dpdk.org > Subject: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool >=20 > fix scapy tool issues, abort DPDK-17440 >=20 > Signed-off-by: Chen,Bo > --- > tests/TestSuite_generic_flow_api.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_generic_flow_api.py > b/tests/TestSuite_generic_flow_api.py > index bb42bf7..1e968eb 100644 > --- a/tests/TestSuite_generic_flow_api.py > +++ b/tests/TestSuite_generic_flow_api.py > @@ -580,7 +580,7 @@ class TestGeneric_flow_api(TestCase): > if 'vni' in flows: > vni =3D self.generate_random_int(0, MAX_VLAN) > flow_str +=3D "vni is %d " % vni > - pkt +=3D "/VXLAN(vni=3D%d)" % vni > + pkt +=3D "/VXLAN(vni=3D%d, flags=3D8)" % vni > extrapacket['vni'] =3D str(vni) > else: > pkt +=3D "/VXLAN()" > -- > 2.17.1