Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2 v7] test-case-mgmt
@ 2019-02-14  5:50 Yeoh Ee Peng
  2019-02-14  5:50 ` [PATCH 1/2 v7] resulttool: enable merge, store, report and regression analysis Yeoh Ee Peng
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Yeoh Ee Peng @ 2019-02-14  5:50 UTC (permalink / raw)
  To: openembedded-core

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
  
v6:
  Add regression for directory and git repository
  Enable regression pairing base set to multiple target sets 
  Revise selftest testing for regression
  
v7: 
  Optimize regression computation for ptest results
  Rename entry point script to resulttool

Mazliana (1):
  scripts/resulttool: enable manual execution and result creation

Yeoh Ee Peng (1):
  resulttool: enable merge, store, report and regression analysis

 meta/lib/oeqa/files/testresults/testresults.json   |  40 ++++
 meta/lib/oeqa/selftest/cases/resulttooltests.py    | 104 +++++++++++
 scripts/lib/resulttool/__init__.py                 |   0
 scripts/lib/resulttool/manualexecution.py          | 137 ++++++++++++++
 scripts/lib/resulttool/merge.py                    |  71 +++++++
 scripts/lib/resulttool/regression.py               | 208 +++++++++++++++++++++
 scripts/lib/resulttool/report.py                   | 113 +++++++++++
 scripts/lib/resulttool/resultsutils.py             |  67 +++++++
 scripts/lib/resulttool/store.py                    | 110 +++++++++++
 .../resulttool/template/test_report_full_text.txt  |  35 ++++
 scripts/resulttool                                 |  92 +++++++++
 11 files changed, 977 insertions(+)
 create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py
 create mode 100644 scripts/lib/resulttool/__init__.py
 create mode 100755 scripts/lib/resulttool/manualexecution.py
 create mode 100644 scripts/lib/resulttool/merge.py
 create mode 100644 scripts/lib/resulttool/regression.py
 create mode 100644 scripts/lib/resulttool/report.py
 create mode 100644 scripts/lib/resulttool/resultsutils.py
 create mode 100644 scripts/lib/resulttool/store.py
 create mode 100644 scripts/lib/resulttool/template/test_report_full_text.txt
 create mode 100755 scripts/resulttool

-- 
2.7.4



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-02-21  1:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14  5:50 [PATCH 0/2 v7] test-case-mgmt Yeoh Ee Peng
2019-02-14  5:50 ` [PATCH 1/2 v7] resulttool: enable merge, store, report and regression analysis Yeoh Ee Peng
2019-02-14  5:50 ` [PATCH 2/2 v7] scripts/resulttool: enable manual execution and result creation Yeoh Ee Peng
2019-02-17 16:09 ` [PATCH 0/2 v7] test-case-mgmt Richard Purdie
2019-02-17 17:54   ` Richard Purdie
2019-02-17 22:45     ` Richard Purdie
2019-02-18  8:09       ` Yeoh, Ee Peng
2019-02-18  9:07         ` Richard Purdie
2019-02-18  9:20           ` Yeoh, Ee Peng
2019-02-18 10:12             ` Richard Purdie
2019-02-19  1:02               ` Yeoh, Ee Peng
2019-02-20  6:27       ` Yeoh, Ee Peng
2019-02-20 21:44         ` Richard Purdie
2019-02-21  1:19           ` Yeoh, Ee Peng
2019-02-21  1:24           ` Yeoh, Ee Peng
2019-02-18  1:28   ` Yeoh, Ee Peng
2019-02-18  8:33   ` Yeoh, Ee Peng
2019-02-18  9:17     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox