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    - v2m_musca_s1/musca_s1/ns
9    - nrf5340dk/nrf5340/cpuapp/ns
10    - nrf9160dk/nrf9160/ns
11    - nrf54l15dk/nrf54l15/cpuapp/ns
12    - nrf54l15dk/nrf54l10/cpuapp/ns
13    - bl5340_dvk/nrf5340/cpuapp/ns
14  integration_platforms:
15    - nrf5340dk/nrf5340/cpuapp/ns
16  harness: console
17  harness_config:
18    type: one_line
19    regex:
20      - "Hello World! (.*)"
21tests:
22  sample.config_build.no_bl2:
23    extra_configs:
24      - CONFIG_TFM_BL2=n
25  sample.config_build.single_image:
26    tags:
27      - mcuboot
28    platform_allow:
29      # Platform fails no_bl2
30      - stm32l562e_dk/stm32l562xx/ns
31    extra_configs:
32      - CONFIG_TFM_MCUBOOT_IMAGE_NUMBER=1
33