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_devkitm/esp32s3/procpu
15      - esp32c3_devkitm
16      - esp32c6_devkitc/esp32c6/hpcore
17      - nucleo_h7s3l8
18      - nucleo_u385rg_q
19      - stm32h7s78_dk
20      - stm32h573i_dk
21    integration_platforms:
22      - nrf52840dk/nrf52840
23      - esp32_devkitc/esp32/procpu
24      - esp32s2_devkitc
25      - esp32s3_devkitm/esp32s3/procpu
26      - esp32c3_devkitm
27      - esp32c6_devkitc/esp32c6/hpcore
28    tags: mcuboot
29    harness: console
30    harness_config:
31      type: multi_line
32      regex:
33        - "Address of sample(.*)"
34        - "Hello sysbuild with mcuboot!(.*)"
35