zephyr/tests/boot/with_mcumgr/testcase.yaml
Erwan Gouriou 476c028330 tests/boot: Add nucleo_wba55cg as test target
Allows testing mcuboot/mcumgr on this board.


Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-08-29 18:04:04 +02:00

37 lines
801 B
YAML

common:
sysbuild: true
platform_allow:
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf54l15pdk/nrf54l15/cpuapp
- nrf9160dk/nrf9160
- nucleo_wba55cg
integration_platforms:
- nrf52840dk/nrf52840
timeout: 600
slow: true
tests:
boot.with_mcumgr.test_upgrade:
tags:
- pytest
- mcuboot
- mcumgr
harness: pytest
harness_config:
pytest_root:
- "pytest/test_upgrade.py"
boot.with_mcumgr.test_downgrade_prevention:
tags:
- pytest
- mcuboot
- mcumgr
harness: pytest
harness_config:
pytest_root:
- "pytest/test_downgrade_prevention.py"
extra_args:
- mcuboot_CONFIG_MCUBOOT_DOWNGRADE_PREVENTION=y
extra_configs:
- CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.1.1+1"