From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E02FF1B93C for ; Fri, 11 Jan 2019 02:58:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 17:58:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,463,1539673200"; d="scan'208";a="117225231" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 10 Jan 2019 17:58:00 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 10 Jan 2019 17:57:59 -0800 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 10 Jan 2019 17:58:00 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.239]) with mapi id 14.03.0415.000; Fri, 11 Jan 2019 09:57:58 +0800 From: "Tu, Lijuan" To: Phanendra Vukkisala , "dts@dpdk.org" CC: Vijaya Bhaskar Annayyolla , Faisal Masood Thread-Topic: [PATCH] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit Thread-Index: AQHUpouHgHeEk4p3V0q7U5KpzBNzcaWpVQKg Date: Fri, 11 Jan 2019 01:57:57 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9FFDEC@SHSMSX101.ccr.corp.intel.com> References: <1546867103-6190-1-git-send-email-pvukkisala@marvell.com> In-Reply-To: <1546867103-6190-1-git-send-email-pvukkisala@marvell.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.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzNiNGUxZGUtODQ5Ny00NjcxLWI2MGMtOTE5ZjIyZTYwYzQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOTFvQjhCcm9WWno0N3JuVGpCMWROSTV6K3Z2cmhGb1VhcXVueXlmRFMwQ2FlWXEwcmRoSHByV0Y4UTd4TkoxOCJ9 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] tests/TestSuite_efd.py: Increased wait time to run test_efd_unit 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: , X-List-Received-Date: Fri, 11 Jan 2019 01:58:02 -0000 Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Phanendra Vukkisala > Sent: Monday, January 7, 2019 9:19 PM > To: dts@dpdk.org > Cc: Vijaya Bhaskar Annayyolla ; Faisal Masood > ; Phanendra Vukkisala > Subject: [dts] [PATCH] tests/TestSuite_efd.py: Increased wait time to run > test_efd_unit >=20 > From: pvukkisala >=20 > efd_autotest is not finishing within 60 seconds on cavium device. > So increased timeout to 120 seconds. Verified test on cavium device. >=20 > Signed-off-by: phanendra,vukkisala > --- > tests/TestSuite_efd.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_efd.py b/tests/TestSuite_efd.py index > 991f99a..2c80464 100644 > --- a/tests/TestSuite_efd.py > +++ b/tests/TestSuite_efd.py > @@ -68,7 +68,7 @@ class TestEFD(TestCase, IxiaPacketGenerator): > Run EFD unit test > """ > self.dut.send_expect("./test/test/test -n 1 -c f", "RTE>>", 60) > - out =3D self.dut.send_expect("efd_autotest", "RTE>>", 60) > + out =3D self.dut.send_expect("efd_autotest", "RTE>>", 120) > self.dut.send_expect("quit", "# ") > self.verify("Test OK" in out, "Test failed") >=20 > -- > 1.7.9.5