All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v5] test-case-mgmt
@ 2019-01-22  9:42 Yeoh Ee Peng
  2019-01-22  9:42 ` [PATCH 1/2 v5] resultstool: enable merge, store, report and regression analysis Yeoh Ee Peng
  2019-01-22  9:42 ` [PATCH 2/2 v5] scripts/resultstool: enable manual execution and result creation Yeoh Ee Peng
  0 siblings, 2 replies; 12+ messages in thread
From: Yeoh Ee Peng @ 2019-01-22  9:42 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

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



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

end of thread, other threads:[~2019-02-14  6:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22  9:42 [PATCH 0/2 v5] test-case-mgmt Yeoh Ee Peng
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

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.