1sample:
2  description: Test TF-M builds in various configurations
3  name: TF-M build configuration
4common:
5  tags:
6    - trusted-firmware-m
7  platform_allow:
8    - mps2/an521/cpu0/ns
9    - v2m_musca_s1/musca_s1/ns
10    - nrf5340dk/nrf5340/cpuapp/ns
11    - nrf9160dk/nrf9160/ns
12    - bl5340_dvk/nrf5340/cpuapp/ns
13  harness: console
14  harness_config:
15    type: one_line
16    regex:
17      - "Hello World! (.*)"
18tests:
19  sample.config_build.no_bl2:
20    extra_configs:
21      - CONFIG_TFM_BL2=n
22  sample.config_build.single_image:
23    tags:
24      - mcuboot
25    platform_allow:
26      # Platform fails no_bl2
27      - stm32l562e_dk/stm32l562xx/ns
28    extra_configs:
29      - CONFIG_TFM_MCUBOOT_IMAGE_NUMBER=1
30