Commit 7fefc5b8 authored by Jamie McCrae's avatar Jamie McCrae Committed by Johan Hedberg
Browse files

tests: boot: test_mcuboot: Fix test for new MCUboot mode



Fixes the test by switching what modes are used

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent c15a53fb
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ tests:
      - vmu_rt1170/mimxrt1176/cm7
      - nrf52840dk/nrf52840
      - rd_rw612_bga
      - nucleo_wba55cg
      - esp32_devkitc/esp32/procpu
      - esp32s2_saola
      - esp32s3_devkitm/esp32s3/procpu
@@ -63,13 +62,16 @@ tests:
      - b_u585i_iot02a
    extra_configs:
      - CONFIG_ASSERT=y
  bootloader.mcuboot.swap_using_offset:
  bootloader.mcuboot.swap_using_move:
    platform_allow:
      - frdm_k64f
      - nrf5340dk/nrf5340/cpuapp
      - nrf52840dk/nrf52840
      - nucleo_wba55cg
    integration_platforms:
      - frdm_k64f
      - nrf5340dk/nrf5340/cpuapp
      - nrf52840dk/nrf52840
    extra_args:
      - SB_CONFIG_MCUBOOT_MODE_SWAP_USING_OFFSET=y
      - swapped_app_CONFIG_MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET=y
      - SB_CONFIG_MCUBOOT_MODE_SWAP_USING_MOVE=y
      - swapped_app_CONFIG_MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE=y