From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/33] Sumo next patch review
Date: Wed, 10 Apr 2019 18:41:19 +0530 [thread overview]
Message-ID: <cover.1554901639.git.akuster808@gmail.com> (raw)
Here are the next batch for sumo. Please review and reply in two days.
Base line they passed a-full
The following changes since commit 0a2db923fd17019d07d88204b355aa46590f0b97:
build-appliance-image: Update to sumo head revision (2019-03-27 23:21:58 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/sumo-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/sumo-next
Chen Qi (2):
pkgdata.py: avoid target-sdk-dummy-provides to mess things up
logging: use warning instead warn
Davis, Michael (1):
wic: Support for changing the imager.
Geoff Parker (1):
wic: make engine.py:get_partitions() resilient to parted/dmidecode
stderr output
Kai Kang (1):
wic: search nonarch STAGING_DATADIR for multilib
Khem Raj (1):
lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
Leonardo Augusto (1):
scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
Mazliana (1):
oeqa/manual/bsp-hw.json: add non-IA tests
Richard Purdie (9):
oeqa/manual: Remove bitbake-selftest execution
oeqa/manual/build-appliance: Drop test which is already automated
resulttool: Allow store to work on single files
resulttool: Allow extraction of ptest data
scripts/wic: Be consistent about how we call bitbake
wic/engine: Fix missing parted autobuilder failures
oeqa/selftest/devtool: Ensure dbus is built befoe running test
oeqa: Default to buffer mode for tests
devtool: Split tests into multiple classes
Robert Yang (1):
oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM
Ross Burton (1):
wic: use explicit errno import
Sudhir Sharma (1):
oeqa/manual: Add manual runtime 'compliance' testcases to json
William Bourque (1):
wic/engine.py: Load paths from PATH environment variable
Yeoh Ee Peng (8):
oeqa/manual: transfer manual test cases from testopia to oeqa
oeqa/manual/toaster: transfer manual toaster test cases to oeqa
oeqa/manual/toaster: updated test id naming
resulttool: Enable report for single result file
resulttool/manualexecution: Standardize input check
resulttool/manualexecution: Enable display full steps without press
enter
resulttool/manualexecution: Fixed step sorted by integer
resulttool/manualexecution: Refactor and simplify codebase
sangeeta jain (4):
oeqa/manual/sdk.json: Updated toolchain tarball to core-image-sato
oeqa/manual/bsp-hw.json: test id updated and obsolete test cases
removed
oeqa/manual/compliance-test.json: test id updated and missing test
cases added
oeqa/manual/kernel-dev.json: test id updated
meta/lib/oe/maketype.py | 9 +-
meta/lib/oe/terminal.py | 6 +-
meta/lib/oeqa/core/context.py | 2 +-
meta/lib/oeqa/core/runner.py | 5 -
meta/lib/oeqa/manual/abat.patch | 64 +
meta/lib/oeqa/manual/bsp-hw.json | 1286 +++++++++++
meta/lib/oeqa/manual/bsp-qemu.json | 222 ++
meta/lib/oeqa/manual/build-appliance.json | 96 +
meta/lib/oeqa/manual/compliance-test.json | 194 ++
meta/lib/oeqa/manual/crops.json | 294 +++
meta/lib/oeqa/manual/eclipse-plugin.json | 322 +++
meta/lib/oeqa/manual/kernel-dev.json | 200 ++
meta/lib/oeqa/manual/oe-core.json | 264 +++
meta/lib/oeqa/manual/sdk.json | 32 +
meta/lib/oeqa/manual/toaster-managed-mode.json | 2572 ++++++++++++++++++++++
meta/lib/oeqa/manual/toaster-unmanaged-mode.json | 1170 ++++++++++
meta/lib/oeqa/selftest/cases/devtool.py | 115 +-
meta/lib/oeqa/selftest/cases/efibootpartition.py | 1 -
meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 -
meta/lib/oeqa/selftest/cases/pkgdata.py | 1 +
meta/lib/oeqa/selftest/cases/runqemu.py | 2 -
meta/lib/oeqa/selftest/context.py | 2 +-
meta/lib/oeqa/utils/qemurunner.py | 4 +-
scripts/combo-layer | 2 +-
scripts/contrib/verify-homepage.py | 2 +-
scripts/lib/devtool/export.py | 2 +-
scripts/lib/devtool/import.py | 8 +-
scripts/lib/devtool/standard.py | 16 +-
scripts/lib/devtool/upgrade.py | 6 +-
scripts/lib/recipetool/append.py | 14 +-
scripts/lib/recipetool/create.py | 4 +-
scripts/lib/recipetool/create_kmod.py | 2 +-
scripts/lib/recipetool/create_npm.py | 6 +-
scripts/lib/recipetool/newappend.py | 4 +-
scripts/lib/resulttool/manualexecution.py | 61 +-
scripts/lib/resulttool/resultutils.py | 39 +-
scripts/lib/resulttool/store.py | 23 +-
scripts/lib/wic/engine.py | 26 +-
scripts/lib/wic/filemap.py | 9 +-
scripts/lib/wic/plugins/source/bootimg-pcbios.py | 10 +-
scripts/resulttool | 10 -
scripts/runqemu | 16 +-
scripts/wic | 18 +-
43 files changed, 6941 insertions(+), 202 deletions(-)
create mode 100644 meta/lib/oeqa/manual/abat.patch
create mode 100644 meta/lib/oeqa/manual/bsp-hw.json
create mode 100644 meta/lib/oeqa/manual/bsp-qemu.json
create mode 100644 meta/lib/oeqa/manual/build-appliance.json
create mode 100644 meta/lib/oeqa/manual/compliance-test.json
create mode 100644 meta/lib/oeqa/manual/crops.json
create mode 100644 meta/lib/oeqa/manual/eclipse-plugin.json
create mode 100644 meta/lib/oeqa/manual/kernel-dev.json
create mode 100644 meta/lib/oeqa/manual/oe-core.json
create mode 100644 meta/lib/oeqa/manual/sdk.json
create mode 100644 meta/lib/oeqa/manual/toaster-managed-mode.json
create mode 100644 meta/lib/oeqa/manual/toaster-unmanaged-mode.json
--
2.7.4
next reply other threads:[~2019-04-10 13:11 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-10 13:11 Armin Kuster [this message]
2019-04-10 13:11 ` [PATCH 01/33] oeqa/manual: transfer manual test cases from testopia to oeqa Armin Kuster
2019-04-10 13:11 ` [PATCH 02/33] oeqa/manual: Remove bitbake-selftest execution Armin Kuster
2019-04-10 13:11 ` [PATCH 03/33] oeqa/manual/build-appliance: Drop test which is already automated Armin Kuster
2019-04-10 13:11 ` [PATCH 04/33] oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM Armin Kuster
2019-04-10 13:11 ` [PATCH 05/33] oeqa/manual: Add manual runtime 'compliance' testcases to json Armin Kuster
2019-04-10 13:11 ` [PATCH 06/33] oeqa/manual/sdk.json: Updated toolchain tarball to core-image-sato Armin Kuster
2019-04-10 13:11 ` [PATCH 07/33] oeqa/manual/bsp-hw.json: add non-IA tests Armin Kuster
2019-04-10 13:11 ` [PATCH 08/33] oeqa/manual/bsp-hw.json: test id updated and obsolete test cases removed Armin Kuster
2019-04-10 13:11 ` [PATCH 09/33] oeqa/manual/compliance-test.json: test id updated and missing test cases added Armin Kuster
2019-04-10 13:11 ` [PATCH 10/33] oeqa/manual/kernel-dev.json: test id updated Armin Kuster
2019-04-10 13:11 ` [PATCH 11/33] oeqa/manual/toaster: transfer manual toaster test cases to oeqa Armin Kuster
2019-04-10 13:11 ` [PATCH 12/33] oeqa/manual/toaster: updated test id naming Armin Kuster
2019-04-10 13:11 ` [PATCH 13/33] resulttool: Enable report for single result file Armin Kuster
2019-04-10 13:11 ` [PATCH 14/33] resulttool: Allow store to work on single files Armin Kuster
2019-04-10 13:11 ` [PATCH 15/33] resulttool: Allow extraction of ptest data Armin Kuster
2019-04-10 13:11 ` [PATCH 16/33] resulttool/manualexecution: Standardize input check Armin Kuster
2019-04-10 13:11 ` [PATCH 17/33] resulttool/manualexecution: Enable display full steps without press enter Armin Kuster
2019-04-10 13:11 ` [PATCH 18/33] resulttool/manualexecution: Fixed step sorted by integer Armin Kuster
2019-04-10 13:11 ` [PATCH 19/33] resulttool/manualexecution: Refactor and simplify codebase Armin Kuster
2019-04-10 13:11 ` [PATCH 20/33] pkgdata.py: avoid target-sdk-dummy-provides to mess things up Armin Kuster
2019-04-10 13:11 ` [PATCH 21/33] wic: Support for changing the imager Armin Kuster
2019-04-10 13:11 ` [PATCH 22/33] scripts/wic: Be consistent about how we call bitbake Armin Kuster
2019-04-10 13:11 ` [PATCH 23/33] wic: make engine.py:get_partitions() resilient to parted/dmidecode stderr output Armin Kuster
2019-04-10 13:11 ` [PATCH 24/33] wic: search nonarch STAGING_DATADIR for multilib Armin Kuster
2019-04-10 13:11 ` [PATCH 25/33] scripts/lib/wic/engine: Fix cp's target path for ext* filesystems Armin Kuster
2019-04-10 13:11 ` [PATCH 26/33] wic/engine.py: Load paths from PATH environment variable Armin Kuster
2019-04-10 13:11 ` [PATCH 27/33] wic/engine: Fix missing parted autobuilder failures Armin Kuster
2019-04-10 13:11 ` [PATCH 28/33] wic: use explicit errno import Armin Kuster
2019-04-10 13:11 ` [PATCH 29/33] lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+ Armin Kuster
2019-04-10 13:11 ` [PATCH 30/33] logging: use warning instead warn Armin Kuster
2019-04-10 13:11 ` [PATCH 31/33] oeqa/selftest/devtool: Ensure dbus is built befoe running test Armin Kuster
2019-04-10 13:11 ` [PATCH 32/33] oeqa: Default to buffer mode for tests Armin Kuster
2019-04-10 13:11 ` [PATCH 33/33] devtool: Split tests into multiple classes Armin Kuster
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=cover.1554901639.git.akuster808@gmail.com \
--to=akuster808@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.