samples: tfm: Also test tfm when mcuboot changes

In addition to running the tfm tests when the trusted-firmware-m module
changes, most of the tests also use MCUboot, which comes from our module.
Add the mcuboot tag to each of these tests, except for the single test that
explicitly builds without using MCUboot.

Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
David Brown 2023-08-30 14:15:53 -06:00 committed by Carles Cufí
commit a5e70cd40d
6 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,7 @@ tests:
- trusted-firmware-m
- crypto
- csr
- mcuboot
platform_allow: mps2_an521_ns v2m_musca_s1_ns
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
stm32l562e_dk_ns bl5340_dvk_cpuapp_ns

View file

@ -31,3 +31,4 @@ tests:
tags:
- tfm
- trusted-firmware-m
- mcuboot

View file

@ -8,6 +8,7 @@ tests:
- introduction
- tfm
- trusted-firmware-m
- mcuboot
platform_allow:
- mps2_an521_ns
- nrf5340dk_nrf5340_cpuapp_ns

View file

@ -2,6 +2,7 @@ common:
tags:
- tfm
- trusted-firmware-m
- mcuboot
platform_allow:
- mps2_an521_ns
- nrf5340dk_nrf5340_cpuapp_ns

View file

@ -2,6 +2,7 @@ common:
tags:
- tfm
- trusted-firmware-m
- mcuboot
platform_allow:
- nrf5340dk_nrf5340_cpuapp_ns

View file

@ -27,3 +27,4 @@ tests:
tags:
- tfm
- trusted-firmware-m
- mcuboot