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_wrover/esp32/procpu
13      - esp32s2_devkitc
14      - esp32s3_devkitm/esp32s3/procpu
15      - esp32c3_devkitm
16      - esp32c6_devkitc
17    integration_platforms:
18      - nrf52840dk/nrf52840
19      - esp32_devkitc_wrover/esp32/procpu
20      - esp32s2_devkitc
21      - esp32s3_devkitm/esp32s3/procpu
22      - esp32c3_devkitm
23      - esp32c6_devkitc
24    tags: mcuboot
25    harness: console
26    harness_config:
27      type: multi_line
28      regex:
29        - "Address of sample(.*)"
30        - "Hello sysbuild with mcuboot!(.*)"
31