From: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/2 v5] test-case-mgmt
Date: Tue, 22 Jan 2019 17:42:09 +0800 [thread overview]
Message-ID: <1548150131-65036-1-git-send-email-ee.peng.yeoh@intel.com> (raw)
v1:
Face key error from oe-git-archive
Undesirable behavior when storing to multiple git branch
v2:
Include fix for oe-git-archive
Include fix for store result to multiple git branch
Improve git commit message
v3:
Enhance fix for oe-git-archive by using exception catch to
improve code readability and easy to understand
v4:
Add new features, merge result files & regression analysis
Add selftest to merge, store, report and regression functionalities
Revise codebase for pythonic
v5:
Add required files for selftest testing store
Mazliana (1):
scripts/resultstool: enable manual execution and result creation
Yeoh Ee Peng (1):
resultstool: enable merge, store, report and regression analysis
meta/lib/oeqa/files/testresults/testresults.json | 40 ++++++
meta/lib/oeqa/selftest/cases/resultstooltests.py | 104 ++++++++++++++++
scripts/lib/resultstool/__init__.py | 0
scripts/lib/resultstool/manualexecution.py | 137 +++++++++++++++++++++
scripts/lib/resultstool/merge.py | 71 +++++++++++
scripts/lib/resultstool/regression.py | 134 ++++++++++++++++++++
scripts/lib/resultstool/report.py | 122 ++++++++++++++++++
scripts/lib/resultstool/resultsutils.py | 47 +++++++
scripts/lib/resultstool/store.py | 110 +++++++++++++++++
.../resultstool/template/test_report_full_text.txt | 35 ++++++
scripts/resultstool | 92 ++++++++++++++
11 files changed, 892 insertions(+)
create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
create mode 100644 meta/lib/oeqa/selftest/cases/resultstooltests.py
create mode 100644 scripts/lib/resultstool/__init__.py
create mode 100644 scripts/lib/resultstool/manualexecution.py
create mode 100644 scripts/lib/resultstool/merge.py
create mode 100644 scripts/lib/resultstool/regression.py
create mode 100644 scripts/lib/resultstool/report.py
create mode 100644 scripts/lib/resultstool/resultsutils.py
create mode 100644 scripts/lib/resultstool/store.py
create mode 100644 scripts/lib/resultstool/template/test_report_full_text.txt
create mode 100755 scripts/resultstool
--
2.7.4
next reply other threads:[~2019-01-22 10:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-22 9:42 Yeoh Ee Peng [this message]
2019-01-22 9:42 ` [PATCH 1/2 v5] resultstool: enable merge, store, report and regression analysis Yeoh Ee Peng
2019-01-24 5:50 ` Yeoh, Ee Peng
2019-01-25 15:44 ` Richard Purdie
2019-01-28 2:12 ` Yeoh, Ee Peng
2019-01-28 16:29 ` Richard Purdie
2019-01-29 9:15 ` Yeoh, Ee Peng
[not found] ` <E0805CCB83E6104E80E61FD34E5788AE55DD30DC@PGSMSX110.gar.corp.intel.com>
2019-01-31 5:23 ` Yeoh, Ee Peng
2019-01-31 23:39 ` Richard Purdie
2019-02-14 6:48 ` Yeoh, Ee Peng
2019-01-25 16:18 ` Richard Purdie
2019-01-22 9:42 ` [PATCH 2/2 v5] scripts/resultstool: enable manual execution and result creation Yeoh Ee Peng
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=1548150131-65036-1-git-send-email-ee.peng.yeoh@intel.com \
--to=ee.peng.yeoh@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