From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 12D5A5A76 for ; Tue, 27 Oct 2015 09:43:23 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 27 Oct 2015 01:43:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,204,1444719600"; d="scan'208";a="820318443" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 27 Oct 2015 01:43:23 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 01:43:22 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 01:43:22 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by shsmsx102.ccr.corp.intel.com ([169.254.2.253]) with mapi id 14.03.0248.002; Tue, 27 Oct 2015 16:43:20 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] [00/12] add test start time Thread-Index: AQHREIriSfHlsRtIaEqh7/XA9z92KJ5+eaaAgACMF3A= Date: Tue, 27 Oct 2015 08:43:20 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F34DCB@SHSMSX103.ccr.corp.intel.com> References: <1445931412-86352-1-git-send-email-huilongx.xu@intel.com> <38D041F150D4184C8114E499040E6234072358FF@shsmsx102.ccr.corp.intel.com> In-Reply-To: <38D041F150D4184C8114E499040E6234072358FF@shsmsx102.ccr.corp.intel.com> Accept-Language: zh-CN, 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] [00/12] add test start time 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:43:24 -0000 Hi Lijuan, Acked with the cover-letter is enough for whole patch set. You do not need = to ack each one of them. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Tu, LijuanX A > Sent: Tuesday, October 27, 2015 4:21 PM > To: Xu, HuilongX; dts@dpdk.org > Subject: Re: [dts] [00/12] add test start time >=20 > Acked by tu,lijuan >=20 > > *** BLURB HERE *** > > > > in our test suite, test app start time only 10 seconds, so dts raise > timeout when start test. > > add start time to 60 seconds. > > xu,huilong (12): > > add test start time and exec cmd time for cmdline unit test > > add test start time and exec cmd time for eal unit test > > add test start time and exec cmd time for dump unit test > > add test start time for ivshmem unit test > > add test start time for kni unit test > > add test start time for lpm unit test > > add test start time for mbuf unit test > > add test start time for mempool unit test > > add test start time and exec cmd time for power unit test > > add test start time and exec cmd time for pmd_perf unit test > > add test start time for ring unit test > > add test start time for timer unit test > > > > tests/TestSuite_unit_tests_cmdline.py | 4 +- > > tests/TestSuite_unit_tests_dump.py | 34 ++++---- > > tests/TestSuite_unit_tests_eal.py | 138 +++++++++++++++++--------= - > ------- > > tests/TestSuite_unit_tests_ivshmem.py | 2 +- > > tests/TestSuite_unit_tests_kni.py | 2 +- > > tests/TestSuite_unit_tests_lpm.py | 4 +- > > tests/TestSuite_unit_tests_mbuf.py | 2 +- > > tests/TestSuite_unit_tests_mempool.py | 4 +- > > tests/TestSuite_unit_tests_pmd_perf.py | 18 ++--- > > tests/TestSuite_unit_tests_power.py | 8 +- > > tests/TestSuite_unit_tests_ring.py | 4 +- > > tests/TestSuite_unit_tests_timer.py | 4 +- > > 12 files changed, 114 insertions(+), 110 deletions(-) > > > > -- > > 1.9.3