Skip to content

Tests: MCUboot testing: Extend to more targets #58122

@erwango

Description

@erwango

Is your enhancement proposal related to a problem? Please describe.
(expanded by @PerMac) Tests for mcuboot have very restrictive means of filtering platform scope: platform_allow with only few boards https://github.com/zephyrproject-rtos/zephyr/blob/main/tests/boot/test_mcuboot/testcase.yaml
It prevents the testing on other boards which do support mcuboot. E.g. we have to use --force-platform in our internal CI to run tests on most of our (nrf) boards. This is inconvenient, since this flag messes with scope selection rules and causes issues in other places.

The task is to find such combination of required filters, based on dts and kconfigs, to allow for the most generic scope without the need of platform_allow. #53499 allowed for independent usage of kconfig and/or dts based filters. Maybe it can help with finding the proper combinations of filters?

Original request:
Is your enhancement proposal related to a problem? Please describe.
In #58109 a MCUBoot test variant was added to test platform with asserts.
This should be extended at least to STM32 targets compatible with mcuboot

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions