Skip to content

Commit 062a2eb

Browse files
committed
tests: boot: with_mcumgr: update testcase file
Add STM32 supported boards for the test. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent 81c085b commit 062a2eb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/boot/with_mcumgr/testcase.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ common:
44
- nrf5340dk/nrf5340/cpuapp
55
- nrf54l15dk/nrf54l15/cpuapp
66
- nrf9160dk/nrf9160
7-
- nucleo_wba55cg
7+
- nucleo_f091rc
8+
- nucleo_g474re
9+
- nucleo_u385rg_q
10+
- nucleo_wl55jc
811
timeout: 600
912
slow: true
1013
tags:
@@ -15,6 +18,7 @@ tests:
1518
boot.with_mcumgr.test_upgrade:
1619
platform_allow:
1720
- nrf52840dk/nrf52840
21+
- nucleo_wba55cg
1822
integration_platforms:
1923
- nrf52840dk/nrf52840
2024
harness: pytest
@@ -28,6 +32,10 @@ tests:
2832
platform_exclude:
2933
- nrf9160dk/nrf9160
3034
- nucleo_wba55cg
35+
- nucleo_f091rc
36+
- nucleo_g474re
37+
- nucleo_u385rg_q
38+
- nucleo_wl55jc
3139
integration_platforms:
3240
- nrf52840dk/nrf52840
3341
extra_args: EXTRA_CONF_FILE="overlay-bt.conf"
@@ -40,6 +48,7 @@ tests:
4048
boot.with_mcumgr.test_downgrade_prevention:
4149
platform_allow:
4250
- nrf52840dk/nrf52840
51+
- stm32u083c_dk
4352
integration_platforms:
4453
- nrf52840dk/nrf52840
4554
harness: pytest

0 commit comments

Comments
 (0)