1sample:
2  description: mcuboot test build sample
3  name: mcuboot
4
5tests:
6  sample.bootloader.mcuboot:
7    tags: bootloader_mcuboot
8    platform_allow: nrf52840dk_nrf52840 frdm_k64f
9    integration_platforms:
10      - nrf52840dk_nrf52840
11  sample.bootloader.mcuboot.serial_recovery:
12    extra_args: OVERLAY_CONFIG=serial_recovery.conf
13    platform_allow:  nrf52840dk_nrf52840
14    integration_platforms:
15      - nrf52840dk_nrf52840
16    tags: bootloader_mcuboot
17  sample.bootloader.mcuboot.usb_cdc_acm_recovery:
18    tags: bootloader_mcuboot
19    platform_allow:  nrf52840dongle_nrf52840
20    extra_args: DTC_OVERLAY_FILE=./usb_cdc_acm.overlay
21    integration_platforms:
22      - nrf52840dongle_nrf52840
23  sample.bootloader.mcuboot.usb_cdc_acm_recovery_log:
24    extra_args: OVERLAY_CONFIG=./usb_cdc_acm_log_recovery.conf
25      DTC_OVERLAY_FILE=./boards/nrf52840_big.overlay
26    platform_allow:  nrf52840dk_nrf52840
27    integration_platforms:
28      - nrf52840dk_nrf52840
29    tags: bootloader_mcuboot
30  sample.bootloader.mcuboot.single_slot:
31    extra_args: OVERLAY_CONFIG=./single_slot.conf
32      DTC_OVERLAY_FILE=./boards/nrf52840_single_slot.overlay
33    platform_allow:  nrf52840dk_nrf52840
34    integration_platforms:
35      - nrf52840dk_nrf52840
36    tags: bootloader_mcuboot
37  sample.bootloader.mcuboot.qspi_nor_slot:
38    extra_args: DTC_OVERLAY_FILE=./boards/nrf52840dk_qspi_nor_secondary.overlay
39      OVERLAY_CONFIG="./boards/nrf52840dk_qspi_nor.conf;./boards/nrf52840dk_qspi_secondary_boot.conf"
40    platform_allow: nrf52840dk_nrf52840
41    integration_platforms:
42      - nrf52840dk_nrf52840
43    tags: bootloader_mcuboot
44