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 B4E4D7F1C for ; Tue, 27 Oct 2015 09:35:23 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 27 Oct 2015 01:35:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,204,1444719600"; d="scan'208";a="835925720" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 01:35:22 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 01:35:22 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Tue, 27 Oct 2015 16:35:20 +0800 From: "Tu, LijuanX A" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [05/12] add test start time for kni unit test Thread-Index: AQHREIr0b2qPFIj5o0iKNF6DTl0f6Z5/A5eQ Date: Tue, 27 Oct 2015 08:35:20 +0000 Message-ID: <38D041F150D4184C8114E499040E62340723596D@shsmsx102.ccr.corp.intel.com> References: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> <1445931412-86352-6-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1445931412-86352-6-git-send-email-huilongx.xu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] [05/12] add test start time for kni unit test 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: Tue, 27 Oct 2015 08:35:24 -0000 Acked by tu,lijuan > Signed-off-by: xu,huilong > --- > tests/TestSuite_unit_tests_kni.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_unit_tests_kni.py b/tests/TestSuite_unit_tes= ts_kni.py > index ec5f3e0..20df8cc 100644 > --- a/tests/TestSuite_unit_tests_kni.py > +++ b/tests/TestSuite_unit_tests_kni.py > @@ -87,7 +87,7 @@ class TestUnitTestsKni(TestCase): > """ > Run kni autotest. > """ > - self.dut.send_expect("./app/test/test -n 1 -c fffe", "R.*T.*E.*>= .*>", 30) > + self.dut.send_expect("./app/test/test -n 1 -c fffe", "R.*T.*E.*>= .*>", 60) > out =3D self.dut.send_expect("kni_autotest", "RTE>>", 60) > self.dut.send_expect("quit", "# ") > =20 > --=20 > 1.9.3 >=20 >