From: Patchwork <patchwork@patchwork.openembedded.org>
To: "Aníbal Limón" <anibal.limon@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: ✗ patchtest: failure for OEQA Framework Refactor & Improvements (rev4)
Date: Fri, 20 Jan 2017 17:23:42 -0000 [thread overview]
Message-ID: <20170120172342.23276.25676@do.openembedded.org> (raw)
In-Reply-To: <cover.1484929088.git.anibal.limon@linux.intel.com>
== Series Details ==
Series: OEQA Framework Refactor & Improvements (rev4)
Revision: 4
URL : https://patchwork.openembedded.org/series/4272/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Patch [33/55] oeqa/core/target Add OESSHTarget to sent commands to targets using SSH
Issue Shortlog does not follow expected format [test_shortlog_format]
Suggested fix Commit shortlog (first line of commit message) should follow the format "<target>: <summary>"
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at ce5c7075d5)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
next prev parent reply other threads:[~2017-01-20 17:23 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 ` Patchwork [this message]
2017-01-21 12:28 ` [PATCH 00/55] OEQA Framework Refactor & Improvements Richard Purdie
2017-01-23 14:20 ` Richard Purdie
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=20170120172342.23276.25676@do.openembedded.org \
--to=patchwork@patchwork.openembedded.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