1sample:
2  description: Sample with MCUboot built through sysbuild
3  name: with mcuboot
4tests:
5  sample.sysbuild.with_mcuboot:
6    sysbuild: true
7    # Platform allowed is used as twister using sysbuild still lacks proper
8    # filtering support, see discussion in #49552.
9    platform_allow:
10      - reel_board
11      - nrf52840dk/nrf52840
12      - esp32_devkitc/esp32/procpu
13      - esp32s2_devkitc
14      - esp32s3_devkitc/esp32s3/procpu
15      - esp32c3_devkitm
16      - esp32c6_devkitc/esp32c6/hpcore
17      - nucleo_c071rb
18      - nucleo_f091rc
19      - nucleo_f207zg
20      - nucleo_f429zi
21      - nucleo_f746zg
22      - nucleo_g071rb
23      - nucleo_g474re
24      - nucleo_h753zi
25      - nucleo_h7s3l8
26      - nucleo_l152re
27      - nucleo_u385rg_q
28      - nucleo_wb55rg
29      - nucleo_wba65ri
30      - nucleo_wba55cg
31      - nucleo_wl55jc
32      - stm32f3_disco
33      - stm32h7s78_dk/stm32h7s7xx/ext_flash_app
34      - stm32h573i_dk
35      - stm32h573i_dk/stm32h573xx/ext_flash_app
36      - stm32h750b_dk/stm32h750xx/ext_flash_app
37      - stm32u083c_dk
38      - stm32wba65i_dk1
39      - sam_e54_xpro
40      - pic32cx_sg41_cult
41    integration_platforms:
42      - nrf52840dk/nrf52840
43      - esp32_devkitc/esp32/procpu
44      - esp32s2_devkitc
45      - esp32s3_devkitc/esp32s3/procpu
46      - esp32c3_devkitm
47      - esp32c6_devkitc/esp32c6/hpcore
48    tags: mcuboot
49    harness: console
50    harness_config:
51      type: multi_line
52      regex:
53        - "Address of sample(.*)"
54        - "Hello sysbuild with mcuboot!(.*)"
55