From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mail.openembedded.org (Postfix) with ESMTP id 2FDAB60621 for ; Mon, 18 Jan 2016 15:50:44 +0000 (UTC) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 18 Jan 2016 07:50:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,312,1449561600"; d="scan'208";a="729560699" Received: from alimonb-mobl1.zpn.intel.com (HELO [10.219.5.154]) ([10.219.5.154]) by orsmga003.jf.intel.com with ESMTP; 18 Jan 2016 07:50:44 -0800 To: poky@yoctoproject.org References: From: =?UTF-8?B?QW7DrWJhbCBMaW3Ds24=?= Message-ID: <569D0A3D.2030102@linux.intel.com> Date: Mon, 18 Jan 2016 09:52:29 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Cc: paul.eggleton@linux.intel.com, benjamin.esquivel@intel.com, openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/3] ptest-runner2 C implementation X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 15:50:45 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ping... On 01/14/2016 04:27 PM, Aníbal Limón wrote: > This is the changes that adds new ptest-runner2 C implementation a detail > description exists in the recipe adding. > > You can review the ptest-runner2 code on [1], i wrote unit tests for all > the code using check framework also i used mtrace for found possible memory leaks. > > Finally i tested the new runner on qemux86, qemuarm, qemumips, qemuppc using > core-image-minimal and qemux86/poky-tiny/core-image-minimal. > > [YOCTO #8021] > > [1] https://github.com/alimon/ptest-runner2 > > The following changes since commit 92cc02fe517bad0af4e493fda3331738cbcc9a26: > > linux-yocto: Update Genericx86* BSPs to 4.1.15 (2016-01-14 15:18:46 +0000) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib alimon/ptest-runner2 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/ptest-runner2 > > Aníbal Limón (3): > ptest-runner2: Add new ptest-runner2 recipe. > ptests: Update references to new ptest-runner2. > Update dev-manual to point to the new ptest-runner2. > > .../dev-manual/dev-manual-common-tasks.xml | 4 ++-- > meta/classes/ptest.bbclass | 2 +- > meta/lib/oeqa/runtime/_ptest.py | 4 ++-- > .../ptest-runner2/ptest-runner2_0.1.bb | 24 ++++++++++++++++++++++ > 4 files changed, 29 insertions(+), 5 deletions(-) > create mode 100644 meta/recipes-support/ptest-runner2/ptest-runner2_0.1.bb >