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