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 D412EA04F1; Mon, 6 Jan 2020 09:52:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91BF91D5FF; Mon, 6 Jan 2020 09:52:02 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 56F0E1D5FE for ; Mon, 6 Jan 2020 09:51:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 00:51:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,401,1571727600"; d="scan'208";a="422064103" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 06 Jan 2020 00:51:58 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jan 2020 00:51:58 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jan 2020 00:51:58 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0439.000; Mon, 6 Jan 2020 16:51:57 +0800 From: "Tu, Lijuan" To: "Lu, Nannan" , "dts@dpdk.org" CC: "Lu, Nannan" Thread-Topic: [dts] [PATCH V1] tests/cvl_switch_filter: fix the time out error Thread-Index: AQHVwxA8GSUAj/zGJEycYpW75Fyn5KfdVvGg Date: Mon, 6 Jan 2020 08:51:56 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBA243A@SHSMSX101.ccr.corp.intel.com> References: <20200104225101.26231-1-nannan.lu@intel.com> In-Reply-To: <20200104225101.26231-1-nannan.lu@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/cvl_switch_filter: fix the time out error 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 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Nannan Lu > Sent: Sunday, January 5, 2020 6:51 AM > To: dts@dpdk.org > Cc: Lu, Nannan > Subject: [dts] [PATCH V1] tests/cvl_switch_filter: fix the time out error >=20 > extend the wait time of launching testpmd and creating 16K fdir rules in = non- > pipeline mode. >=20 > Signed-off-by: Nannan Lu > --- > tests/TestSuite_cvl_switch_filter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_cvl_switch_filter.py > b/tests/TestSuite_cvl_switch_filter.py > index 35a981e..5233875 100644 > --- a/tests/TestSuite_cvl_switch_filter.py > +++ b/tests/TestSuite_cvl_switch_filter.py > @@ -2337,7 +2337,7 @@ class SwitchFilterTest(TestCase): >=20 > global test_results >=20 > - out =3D self.dut.send_expect(command, "testpmd> ", 120) > + out =3D self.dut.send_expect(command, "testpmd> ", 300) > self.dut.send_expect("port config 0 rss-hash-key ipv4 > 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd > 1234abcd1234abcd1234abcd1234abcd1234abcd", "testpmd> ", 15) > if is_vxlan: > self.dut.send_expect("rx_vxlan_port add 4789 0", "testpmd> "= , 15) > -- > 2.17.1