All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] testimage: additional reports for ptests
@ 2021-06-04 15:37 Adrian Freihofer
  2021-06-04 15:37 ` [PATCH v2 1/3] meta-skeleton: update service example Adrian Freihofer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adrian Freihofer @ 2021-06-04 15:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Adrian Freihofer

Changes from v1 to v2 of these patches:

- Remove artificial ptest example
- Update the existing service skeleton
  - add support for systemd
  - make it a ptest example

Adrian Freihofer (3):
  meta-skeleton: update service example
  testimage: support additional reports for ptests
  runtime_test.py: add new testimage ptest test case

 .../service/service/run-ptest                 | 45 +++++++++++++++++++
 .../service/service/skeleton.service          |  9 ++++
 .../recipes-skeleton/service/service_0.1.bb   | 32 ++++++++++---
 meta/classes/testimage.bbclass                |  5 +++
 meta/lib/oeqa/runtime/cases/ptest.py          | 24 ++++++++++
 meta/lib/oeqa/selftest/cases/runtime_test.py  | 44 ++++++++++++++++++
 6 files changed, 154 insertions(+), 5 deletions(-)
 create mode 100644 meta-skeleton/recipes-skeleton/service/service/run-ptest
 create mode 100644 meta-skeleton/recipes-skeleton/service/service/skeleton.service

-- 
2.31.1


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

end of thread, other threads:[~2021-06-04 15:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 15:37 [PATCH v2 0/3] testimage: additional reports for ptests Adrian Freihofer
2021-06-04 15:37 ` [PATCH v2 1/3] meta-skeleton: update service example Adrian Freihofer
2021-06-04 15:37 ` [PATCH v2 2/3] testimage: support additional reports for ptests Adrian Freihofer
2021-06-04 15:37 ` [PATCH v2 3/3] runtime_test.py: add new testimage ptest test case Adrian Freihofer

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.