1sample:
2  description: Sample with MCUboot built through sysbuild
3  name: with mcuboot
4tests:
5  sample.application_development.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    integration_platforms:
13      - nrf52840dk_nrf52840
14    tags: mcuboot
15    harness: console
16    harness_config:
17      type: multi_line
18      regex:
19        - "Address of sample(.*)"
20        - "Hello sysbuild with mcuboot!(.*)"
21