public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/4] oeqa: selftest: split and create a library
@ 2026-01-05 10:49 Louis Rannou via B4 Relay
  2026-01-05 10:49 ` [PATCH 1/4] oeqa/selftests: fitimage: fix missing spaces Louis Rannou via B4 Relay
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Louis Rannou via B4 Relay @ 2026-01-05 10:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Louis Rannou, adrian.freihofer, pascal.eberhard

Take some generic code from the fitimage selftest to create a library
oeqa.utils.fitimage than can be reused in other tests (such as sanity).

The first commit is a fix for missing spaces and the last is adds support
for rsa4096 signatures.

The two mains commit (2nd and 3rd) are organized to make the diff
easier. The 2nd looks at every generic functions ands remove unittest
relative code. While the 3rd makes the move from selftest to utils, keeping
the same architecture.

Signed-off-by: Louis Rannou <louis.rannou@non.se.com>
---
Louis Rannou (4):
      oeqa/selftests: fitimage: fix missing spaces
      oeqa/selftests: fitimage: prepare for split
      oeqa: fitimage: split the selftest and create a generic library
      oeqa/utils: fitimage: rsa4096 signatures

 meta/lib/oeqa/selftest/cases/fitimage.py | 864 +++---------------------------
 meta/lib/oeqa/utils/fitimage.py          | 883 +++++++++++++++++++++++++++++++
 2 files changed, 961 insertions(+), 786 deletions(-)
---
base-commit: f55407185c63c895fa3c4fdf74e6e63ea9517a20
change-id: 20260105-fitimage-609bc669abca

Best regards,
-- 
Louis Rannou <louis.rannou@non.se.com>




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

end of thread, other threads:[~2026-01-05 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 10:49 [PATCH 0/4] oeqa: selftest: split and create a library Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 1/4] oeqa/selftests: fitimage: fix missing spaces Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 2/4] oeqa/selftests: fitimage: prepare for split Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 3/4] oeqa: fitimage: split the selftest and create a generic library Louis Rannou via B4 Relay
2026-01-05 10:49 ` [PATCH 4/4] oeqa/utils: fitimage: rsa4096 signatures Louis Rannou via B4 Relay
2026-01-05 13:31 ` [PATCH 0/4] oeqa: selftest: split and create a library Freihofer, Adrian

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