All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v3] test-case-mgmt
@ 2019-01-04  6:46 Yeoh Ee Peng
  2019-01-04  6:46 ` [PATCH 1/3 v3] scripts/oe-git-archive: fix non-existent key referencing error Yeoh Ee Peng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yeoh Ee Peng @ 2019-01-04  6:46 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

Mazliana (1):
  scripts/test-case-mgmt: enable manual execution and result creation

Yeoh Ee Peng (2):
  scripts/oe-git-archive: fix non-existent key referencing error
  scripts/test-case-mgmt: store test result and reporting

 scripts/lib/testcasemgmt/__init__.py               |   0
 scripts/lib/testcasemgmt/gitstore.py               | 172 +++++++++++++++++++++
 scripts/lib/testcasemgmt/manualexecution.py        | 142 +++++++++++++++++
 scripts/lib/testcasemgmt/report.py                 | 136 ++++++++++++++++
 scripts/lib/testcasemgmt/store.py                  |  40 +++++
 .../template/test_report_full_text.txt             |  33 ++++
 scripts/oe-git-archive                             |  19 ++-
 scripts/test-case-mgmt                             | 105 +++++++++++++
 8 files changed, 641 insertions(+), 6 deletions(-)
 create mode 100644 scripts/lib/testcasemgmt/__init__.py
 create mode 100644 scripts/lib/testcasemgmt/gitstore.py
 create mode 100644 scripts/lib/testcasemgmt/manualexecution.py
 create mode 100644 scripts/lib/testcasemgmt/report.py
 create mode 100644 scripts/lib/testcasemgmt/store.py
 create mode 100644 scripts/lib/testcasemgmt/template/test_report_full_text.txt
 create mode 100755 scripts/test-case-mgmt

-- 
2.7.4



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

end of thread, other threads:[~2019-01-22 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04  6:46 [PATCH 0/3 v3] test-case-mgmt Yeoh Ee Peng
2019-01-04  6:46 ` [PATCH 1/3 v3] scripts/oe-git-archive: fix non-existent key referencing error Yeoh Ee Peng
2019-01-04  6:46 ` [PATCH 2/3 v3] scripts/test-case-mgmt: store test result and reporting Yeoh Ee Peng
2019-01-21 14:25   ` Richard Purdie
2019-01-22  9:44     ` Yeoh, Ee Peng
     [not found]     ` <E0805CCB83E6104E80E61FD34E5788AE55DD18A4@PGSMSX110.gar.corp.intel.com>
2019-01-22 10:19       ` Yeoh, Ee Peng
2019-01-04  6:46 ` [PATCH 3/3 v3] scripts/test-case-mgmt: 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.