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 <[email protected]> --- 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 <[email protected]>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228864): https://lists.openembedded.org/g/openembedded-core/message/228864 Mute This Topic: https://lists.openembedded.org/mt/117084255/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
