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 E8C561BBE for ; Wed, 8 Mar 2017 08:14:59 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2017 23:14:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,262,1486454400"; d="scan'208";a="57491970" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga002.jf.intel.com with ESMTP; 07 Mar 2017 23:14:58 -0800 Message-ID: <58BFAD8F.5040606@intel.com> Date: Wed, 08 Mar 2017 15:06:55 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "Chen, Zhaoyan" , dts@dpdk.org References: <20170308060011.16793-1-zhaoyan.chen@intel.com> In-Reply-To: <20170308060011.16793-1-zhaoyan.chen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v1] Enhance Test App building and installation 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: Wed, 08 Mar 2017 07:15:00 -0000 Thanks, applied. On 03/08/2017 02:00 PM, Chen, Zhaoyan wrote: > - Refactor Test App building and installation to a new function > - Add Test App building and installation in retry step > (which build dpdk without -j option), so that fix sometime > retry building successfully, but test app miss > > --- > framework/project_dpdk.py | 25 +++++++++++++++---------- > 1 file changed, 15 insertions(+), 10 deletions(-)