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 F0B6CA04A3; Mon, 4 Nov 2019 04:01:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DEEFA4C93; Mon, 4 Nov 2019 04:01:40 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DCEA64C90 for ; Mon, 4 Nov 2019 04:01:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 19:01:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,265,1569308400"; d="scan'208";a="401461343" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 03 Nov 2019 19:01:38 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 19:01:37 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 19:01:37 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.41]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 11:01:36 +0800 From: "Tu, Lijuan" To: "Zeng, XiaoxiaoX" , "dts@dpdk.org" CC: "Zeng, XiaoxiaoX" Thread-Topic: [dts] [PATCH V1] tests/l3fwdacl: increase time tcpdump capture data Thread-Index: AQHVikZb+UlmVLJbR0+ClC6KBOqaTad6Y78w Date: Mon, 4 Nov 2019 03:01:35 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D423@SHSMSX101.ccr.corp.intel.com> References: <20191024203740.1685-1-xiaoxiaox.zeng@intel.com> In-Reply-To: <20191024203740.1685-1-xiaoxiaox.zeng@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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTI3MjAxMDktMjY0OC00NTA3LWI0NjctNDJjNTNjZTY2YzE0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidDQxR2JzK2FFSlZmN255dXZQajJUekxkM1hwOE1cL0VNVkxvb2huQStFdUYrWDNUN1UrT3VqWUtRVFg4Y05GYmQifQ== 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/l3fwdacl: increase time tcpdump capture data 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 Xiaoxiao Zeng > Sent: Friday, October 25, 2019 4:38 AM > To: dts@dpdk.org > Cc: Zeng, XiaoxiaoX > Subject: [dts] [PATCH V1] tests/l3fwdacl: increase time tcpdump capture d= ata >=20 > *.add timeout in load_tcpdump_sniff_packets >=20 > Signed-off-by: Xiaoxiao Zeng > --- > tests/TestSuite_l3fwdacl.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_l3fwdacl.py b/tests/TestSuite_l3fwdacl.py in= dex > dce37de..9864404 100644 > --- a/tests/TestSuite_l3fwdacl.py > +++ b/tests/TestSuite_l3fwdacl.py > @@ -342,7 +342,7 @@ class TestL3fwdacl(TestCase): > return len(out) >=20 > def remove_dhcp_from_revpackets(self, inst): > - p =3D self.tester.load_tcpdump_sniff_packets(inst) > + p =3D self.tester.load_tcpdump_sniff_packets(inst,timeout=3D5) > pkts =3D p.pktgen.pkts > i =3D 0 > while len(pkts) !=3D 0 and i <=3D len(pkts) - 1: > -- > 2.17.0