Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Aníbal Limón" <anibal.limon@linux.intel.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 00/55] OEQA Framework Refactor & Improvements
Date: Mon, 23 Jan 2017 14:20:48 +0000	[thread overview]
Message-ID: <1485181248.30673.20.camel@linuxfoundation.org> (raw)
In-Reply-To: <1485001732.30673.0.camel@linuxfoundation.org>

On Sat, 2017-01-21 at 12:28 +0000, Richard Purdie wrote:
> On Fri, 2017-01-20 at 11:09 -0600, Aníbal Limón wrote:
> > 
> > This patchset is related to OEQA Framework for details read the RFC
> > send to the
> > Openembedded architecture ML.
> > 
> > http://lists.openembedded.org/pipermail/openembedded-architecture/2
> > 01
> > 6-December/000351.html
> > 
> > Also adds the migration of the runtime testing leaving only
> > selftest
> > remains
> > to migrate.
> > 
> > The testing was made using GDC Autobuilder building in different
> > archs and running selftest.
> Thanks, I'm testing this on the autobuilder, it seems mostly good but
> so far we've seen this issue:
> 
> https://autobuilder.yocto.io/builders/nightly-qa-skeleton/builds/145/
> st
> eps/Running%20Sanity%20Tests/logs/stdio
> 
> Please send any further patches on top of this series.

To update, the fix was trivial and the only issue uncovered by testing
so I've merged a fix into the appropriate commit as I merged the
series.

Cheers,

Richard


      reply	other threads:[~2017-01-23 14:22 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20 17:09 [PATCH 00/55] OEQA Framework Refactor & Improvements Aníbal Limón
2017-01-20 17:09 ` [PATCH 01/55] oeqa/core: Add base OEQA framework Aníbal Limón
2017-01-20 17:09 ` [PATCH 02/55] oeqa/core: Add utils module for " Aníbal Limón
2017-01-20 17:09 ` [PATCH 03/55] oeqa/core: Add loader, context and decorator modules Aníbal Limón
2017-01-20 17:09 ` [PATCH 04/55] oeqa/core/decorator: Add support for OETestDepends Aníbal Limón
2017-01-20 17:09 ` [PATCH 05/55] oeqa/core/decorator: Add support for OETestID and OETestTag Aníbal Limón
2017-01-20 17:09 ` [PATCH 06/55] oeqa/core/decorator: Add support for OETimeout decorator Aníbal Limón
2017-01-20 17:09 ` [PATCH 07/55] oeqa/core/decorator: Add support for OETestDataDepends and skipIfDataVar Aníbal Limón
2017-01-20 17:09 ` [PATCH 08/55] oeqa/core: Add tests for the OEQA framework Aníbal Limón
2017-01-20 17:09 ` [PATCH 09/55] scripts/oe-test: Add new oe-test script Aníbal Limón
2017-01-20 17:09 ` [PATCH 10/55] oeqa/core/context: Add support of OETestContextExecutor Aníbal Limón
2017-01-20 17:09 ` [PATCH 11/55] oeqa/core/cases: Add example test cases Aníbal Limón
2017-01-20 17:09 ` [PATCH 12/55] oeqa/core: Add README Aníbal Limón
2017-01-20 17:09 ` [PATCH 13/55] oe/data: Add export2json function Aníbal Limón
2017-01-20 17:09 ` [PATCH 14/55] classes/rootfs-postcommands: Add write_image_test_data Aníbal Limón
2017-01-20 17:09 ` [PATCH 15/55] classes/populate_sdk_base: Add write_sdk_test_data to postprocess Aníbal Limón
2017-01-20 17:09 ` [PATCH 16/55] oeqa/utils/__init__.py: Adds compatibility with bitbake logger Aníbal Limón
2017-01-20 17:09 ` [PATCH 17/55] oeqa: Move common files to oeqa/files instead of runtime only Aníbal Limón
2017-01-20 17:09 ` [PATCH 18/55] oeqa/sdk: Move test cases inside cases directory Aníbal Limón
2017-01-20 17:09 ` [PATCH 19/55] oeqa/{runtime, sdk}/files: Move testsdkmakefile from runtime to sdk module Aníbal Limón
2017-01-20 17:09 ` [PATCH 20/55] oeqa/sdk: Add case and context modules for the SDK component Aníbal Limón
2017-01-20 17:09 ` [PATCH 21/55] classes/testsdk: Migrates testsdk.bbclass to use new OESDKTestContext Aníbal Limón
2017-01-20 17:09 ` [PATCH 22/55] oeqa/utils: Move targetbuild to buildproject module Aníbal Limón
2017-01-20 17:09 ` [PATCH 23/55] oeqa/utils: {Target, SDK, }BuildProject remove dependency of bb Aníbal Limón
2017-01-20 17:09 ` [PATCH 24/55] oeqa/sdk/cases: Migrate tests to the new OEQA framework Aníbal Limón
2017-01-20 17:09 ` [PATCH 25/55] classes/testsdk: Remove the need of TEST_LOG_DIR variable Aníbal Limón
2017-01-20 17:09 ` [PATCH 26/55] oeqa/sdkext: Move test cases inside cases directory Aníbal Limón
2017-01-20 17:09 ` [PATCH 27/55] oeqa/sdkext: Adds case and context modules Aníbal Limón
2017-01-20 17:09 ` [PATCH 28/55] classes/testsdk: Migrate to use the new OESDKExtTestContext Aníbal Limón
2017-01-20 17:10 ` [PATCH 29/55] oeqa/sdkext/cases: Migrate test case to new OEQA framework Aníbal Limón
2017-01-20 17:10 ` [PATCH 30/55] oeqa/runtime: Fix TargetBuildProject instances Aníbal Limón
2017-01-20 17:10 ` [PATCH 31/55] oeqa: Fix files handling on runtime tests Aníbal Limón
2017-01-20 17:10 ` [PATCH 32/55] oeqa/runtime: Move to runtime_cases Aníbal Limón
2017-01-20 17:10 ` [PATCH 33/55] oeqa/core/target Add OESSHTarget to sent commands to targets using SSH Aníbal Limón
2017-01-20 17:10 ` [PATCH 34/55] oeqa/runtime: Add case, context and loader classes for runtime testing Aníbal Limón
2017-01-20 17:10 ` [PATCH 35/55] oeqa/runtime: Add OEHasPackage decorator Aníbal Limón
2017-01-20 17:10 ` [PATCH 36/55] oeqa/core/decorator/data.py: Add skipIfNotFeature decorator Aníbal Limón
2017-01-20 17:10 ` [PATCH 37/55] oeqa/runtime/files: Move runtime files from old directory Aníbal Limón
2017-01-20 17:10 ` [PATCH 38/55] oeqa/runtime/utils/targetbuildproject.py: Don't use more than 80 characters per line Aníbal Limón
2017-01-20 17:10 ` [PATCH 39/55] oeqa/core/decorator: Add skipIfNotDataVar and skipIfNotInDataVar Aníbal Limón
2017-01-20 17:10 ` [PATCH 40/55] oeqa/core/context: Add option to select tests to run Aníbal Limón
2017-01-20 17:10 ` [PATCH 41/55] oeqa/runtime/context: Add runtime option group and options for target type and server ip Aníbal Limón
2017-01-20 17:10 ` [PATCH 42/55] oeqa/runtime/context: Move helper functions for process args to executor Aníbal Limón
2017-01-20 17:10 ` [PATCH 43/55] oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class Aníbal Limón
2017-01-20 17:10 ` [PATCH 44/55] oeqa/runtime/context.py: Prepare for qemu Aníbal Limón
2017-01-20 17:10 ` [PATCH 45/55] oeqa/runtime/context.py: Add logger to getTarget Aníbal Limón
2017-01-20 17:10 ` [PATCH 46/55] core/target/qemu.py Adds qemu target Aníbal Limón
2017-01-20 17:10 ` [PATCH 47/55] testimage.bbclass: Migrate class to use new runtime framework Aníbal Limón
2017-01-20 17:10 ` [PATCH 48/55] oeqa/runtime/cases: Migrate runtime tests Aníbal Limón
2017-01-20 17:10 ` [PATCH 49/55] runtime/cases/smart.py: Migrate smart tests Aníbal Limón
2017-01-20 17:10 ` [PATCH 50/55] oeqa/core/utils/test.py: Add functions to get module path Aníbal Limón
2017-01-20 17:10 ` [PATCH 51/55] testimage.bbclass: Add support for package extraction Aníbal Limón
2017-01-20 17:10 ` [PATCH 52/55] testimage.bbclass: Add package install feature Aníbal Limón
2017-01-20 17:10 ` [PATCH 53/55] oeqa/runtime/context.py: Add defaults for runtime context Aníbal Limón
2017-01-20 17:10 ` [PATCH 54/55] testexport.bbclass: Migrate testexport to use new framework Aníbal Limón
2017-01-20 17:10 ` [PATCH 55/55] selftest/runtime-test.py: Adapt test to use new runtime framework Aníbal Limón
2017-01-20 17:23 ` ✗ patchtest: failure for OEQA Framework Refactor & Improvements (rev4) Patchwork
2017-01-21 12:28 ` [PATCH 00/55] OEQA Framework Refactor & Improvements Richard Purdie
2017-01-23 14:20   ` Richard Purdie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485181248.30673.20.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=anibal.limon@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox