tests: use simulators in integration platforms
Where applicable, pick a simulator as the integration platform. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
abb5f52898
commit
d1af028ec2
6 changed files with 11 additions and 7 deletions
|
@ -4,7 +4,7 @@ common:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim/native/64
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
tests:
|
tests:
|
||||||
dfu.image_util:
|
dfu.image_util:
|
||||||
tags: dfu_image_util
|
tags: dfu_image_util
|
||||||
|
|
|
@ -6,4 +6,4 @@ tests:
|
||||||
- native_sim/native/64
|
- native_sim/native/64
|
||||||
tags: dfu_mcuboot
|
tags: dfu_mcuboot
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
|
|
|
@ -6,4 +6,4 @@ tests:
|
||||||
- native_sim/native/64
|
- native_sim/native/64
|
||||||
tags: dfu_mcuboot
|
tags: dfu_mcuboot
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
|
|
|
@ -9,12 +9,16 @@ tests:
|
||||||
- mr_canhubk3
|
- mr_canhubk3
|
||||||
tags: flash_circural_buffer
|
tags: flash_circural_buffer
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
filesystem.fcb.no_erase:
|
filesystem.fcb.no_erase:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54l09pdk/nrf54l09/cpuapp
|
- nrf54l09pdk/nrf54l09/cpuapp
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
- nrf54l20pdk/nrf54l20/cpuapp
|
- nrf54l20pdk/nrf54l20/cpuapp
|
||||||
|
- native_sim
|
||||||
|
integration_platforms:
|
||||||
|
- nrf54l09pdk/nrf54l09/cpuapp
|
||||||
|
- native_sim
|
||||||
filesystem.fcb.native_sim.no_erase:
|
filesystem.fcb.native_sim.no_erase:
|
||||||
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
|
extra_args: CONFIG_FLASH_SIMULATOR_EXPLICIT_ERASE=n
|
||||||
platform_allow: native_sim
|
platform_allow: native_sim
|
||||||
|
@ -28,7 +32,7 @@ tests:
|
||||||
- mr_canhubk3
|
- mr_canhubk3
|
||||||
tags: flash_circural_buffer
|
tags: flash_circural_buffer
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
extra_args: CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y
|
extra_args: CONFIG_FCB_ALLOW_FIXED_ENDMARKER=y
|
||||||
filesystem.fcb.native_sim.fcb_0x00:
|
filesystem.fcb.native_sim.fcb_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/native_sim_ev_0x00.overlay
|
||||||
|
|
|
@ -9,7 +9,7 @@ common:
|
||||||
- mimxrt1060_evk/mimxrt1062/qspi
|
- mimxrt1060_evk/mimxrt1062/qspi
|
||||||
- mr_canhubk3
|
- mr_canhubk3
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- native_sim
|
||||||
modules:
|
modules:
|
||||||
- littlefs
|
- littlefs
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -5,7 +5,7 @@ common:
|
||||||
timeout: 120
|
timeout: 120
|
||||||
tags: jwt
|
tags: jwt
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- frdm_k64f
|
- qemu_x86
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_TEST_RANDOM_GENERATOR=y
|
- CONFIG_TEST_RANDOM_GENERATOR=y
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue