From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/9] oe-build-perf-test: use Python unittest framework
Date: Tue, 16 Aug 2016 10:26:11 +0300 [thread overview]
Message-ID: <1471332371-31761-1-git-send-email-markus.lehtonen@linux.intel.com> (raw)
Patch #8, i.e. the patch suppressing logger output was too aggressive in v1 of
this patchset. We want to get most of the logger output to stderr, after all.
In v2 the logger output to stderr is only disabled during the time the tests
are being run.
Other patches are not changed (except for rebase on top of the latest master).
The following changes since commit a92c196449c516fe51786d429078bbb1213bb029:
Allow for simultaneous do_rootfs tasks with rpm (2016-08-11 13:36:06 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib marquiz/buildperf/unittest
http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/buildperf/unittest
Markus Lehtonen (9):
oeqa.buildperf: rename module containing basic tests
oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCase
oeqa.buildperf: add BuildPerfTestLoader class
oeqa.buildperf: add BuildPerfTestResult class
oeqa.buildperf: convert test cases to unittest
oe-build-perf-test: use new unittest based framework
oeqa.buildperf: introduce runCmd2()
oe-build-perf-test: suppress logger output when tests are being run
oeqa.buildperf: be more verbose about failed commands
meta/lib/oeqa/buildperf/__init__.py | 10 +-
meta/lib/oeqa/buildperf/base.py | 245 +++++++++++++++++----------------
meta/lib/oeqa/buildperf/basic_tests.py | 133 ------------------
meta/lib/oeqa/buildperf/test_basic.py | 121 ++++++++++++++++
scripts/oe-build-perf-test | 65 ++++++---
5 files changed, 307 insertions(+), 267 deletions(-)
delete mode 100644 meta/lib/oeqa/buildperf/basic_tests.py
create mode 100644 meta/lib/oeqa/buildperf/test_basic.py
--
2.6.6
next reply other threads:[~2016-08-16 7:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 7:26 Markus Lehtonen [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-24 7:46 [PATCH v2 0/9] oe-build-perf-test: use Python unittest framework Markus Lehtonen
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=1471332371-31761-1-git-send-email-markus.lehtonen@linux.intel.com \
--to=markus.lehtonen@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