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 D71E9A04A3; Mon, 4 Nov 2019 03:45:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C8425397D; Mon, 4 Nov 2019 03:45:09 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E923337B4 for ; Mon, 4 Nov 2019 03:45:08 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2019 18:45:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,265,1569308400"; d="scan'208";a="376198789" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 03 Nov 2019 18:45:07 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:45:07 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 3 Nov 2019 18:45:06 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.149]) with mapi id 14.03.0439.000; Mon, 4 Nov 2019 10:45:05 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in the send_pkt method. Thread-Index: AQHVigg2dP0dkm9dwU6wsxHDGKFeh6d6X2OQ Date: Mon, 4 Nov 2019 02:45:04 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BB5D2F0@SHSMSX101.ccr.corp.intel.com> References: <1571879887-131689-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1571879887-131689-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.2.0.6 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWNjOTRhNzYtMjU1Yi00YTFlLWE0OTctMzU0NjM3ZWUxMjZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibTZwUnowZDlwdjcrS3hHU3c0SXZMMUh1alpQM1c1dUhwYUQzeWpjRXRabGtjcjU5TUlDXC9BUzlXamJkRFU2MUkifQ== 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/vlan:Increase the default timeout time in the send_pkt method. 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: Thursday, October 24, 2019 9:18 AM > To: dts@dpdk.org > Cc: Zhu, ShuaiX > Subject: [dts] [PATCH V1] tests/vlan:Increase the default timeout time in= the > send_pkt method. >=20 >=20 >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vlan.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py index > 77c33d0..0ade7f0 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -116,7 +116,7 @@ class TestVlan(TestCase): > pkt.config_layer('ether', {'dst': self.dmac, 'src': self.sma= c}) > pkt.config_layer('vlan', {'vlan': vid}) >=20 > - pkt.send_pkt(self.tester, tx_port=3Dself.txItf, count=3D4) > + pkt.send_pkt(self.tester, tx_port=3Dself.txItf, count=3D4, > + timeout=3D30) >=20 > def set_up(self): > """ > -- > 2.17.2