Commit a5e70cd4 authored by David Brown's avatar David Brown Committed by Carles Cufi
Browse files

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: default avatarDavid Brown <david.brown@linaro.org>
parent 32a9d13d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -31,3 +31,4 @@ tests:
    tags:
      - tfm
      - trusted-firmware-m
      - mcuboot
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ tests:
      - introduction
      - tfm
      - trusted-firmware-m
      - mcuboot
    platform_allow:
      - mps2_an521_ns
      - nrf5340dk_nrf5340_cpuapp_ns
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ common:
  tags:
    - tfm
    - trusted-firmware-m
    - mcuboot
  platform_allow:
    - mps2_an521_ns
    - nrf5340dk_nrf5340_cpuapp_ns
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ common:
  tags:
    - tfm
    - trusted-firmware-m
    - mcuboot
  platform_allow:

    - nrf5340dk_nrf5340_cpuapp_ns
Loading