samples: Switch integration_platforms from native_posix to native_sim

For all remaining samples which now set their integration platform
as native_posix(_64) switch them to native_sim(_64)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-16 14:58:47 +01:00 committed by Carles Cufí
parent 868489b98e
commit 196341c18b
14 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.app_dev.external_lib:
integration_platforms:
- native_posix
- native_sim
tags: external
harness: console
harness_config:

View file

@ -6,7 +6,7 @@ tests:
depends_on: can
filter: dt_chosen_enabled("zephyr,canbus")
integration_platforms:
- native_posix
- native_sim
harness: console
harness_config:
type: one_line

View file

@ -5,7 +5,7 @@ tests:
tags: can
depends_on: can
integration_platforms:
- native_posix
- native_sim
filter: dt_chosen_enabled("zephyr,canbus") and not dt_compat_enabled("kvaser,pcican")
harness: console
harness_config:

View file

@ -12,7 +12,7 @@ tests:
harness: console
extra_args: EXTRA_CONF_FILE=prj_tinycrypt_shim.conf
integration_platforms:
- native_posix
- native_sim
harness_config:
type: multi_line
regex:
@ -26,7 +26,7 @@ tests:
harness: console
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf
integration_platforms:
- native_posix
- native_sim
harness_config:
type: multi_line
regex:

View file

@ -5,7 +5,7 @@ sample:
common:
tags: introduction
integration_platforms:
- native_posix
- native_sim
harness: console
harness_config:
type: one_line

View file

@ -15,5 +15,5 @@ tests:
- samples
- nanopb
integration_platforms:
- native_posix
- native_posix_64
- native_sim
- native_sim_64

View file

@ -8,7 +8,7 @@ common:
harness: console
min_ram: 16
integration_platforms:
- native_posix
- native_sim
harness_config:
type: multi_line
ordered: false

View file

@ -5,4 +5,4 @@ tests:
tags: input
build_only: true
integration_platforms:
- native_posix
- native_sim

View file

@ -4,7 +4,7 @@ sample:
tests:
sample.logger.basic:
integration_platforms:
- native_posix
- native_sim
tags: logging
harness: console
harness_config:

View file

@ -2,7 +2,7 @@ sample:
name: CMSIS_RTOS_V1 Dining Philosophers
common:
integration_platforms:
- native_posix
- native_sim
extra_args: DEBUG_PRINTF=1
tags: cmsis_rtos
min_ram: 32

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.portability.cmsis_rtos_v1.timer_synchronization:
integration_platforms:
- native_posix
- native_sim
tags: cmsis_rtos
min_ram: 32
min_flash: 34

View file

@ -2,7 +2,7 @@ sample:
name: CMSIS_RTOS_V2 Dining Philosophers
common:
integration_platforms:
- native_posix
- native_sim
extra_args: DEBUG_PRINTF=1
tags: cmsis_rtos
min_ram: 32

View file

@ -3,7 +3,7 @@ sample:
tests:
sample.portability.cmsis_rtos_v2.timer_synchronization:
integration_platforms:
- native_posix
- native_sim
platform_exclude:
- qemu_arc_hs5x # See issue #62405
tags: cmsis_rtos

View file

@ -4,7 +4,7 @@ tests:
sample.rtio.sensor_batch_processing:
tags: rtio
integration_platforms:
- native_posix
- native_sim
harness: console
harness_config:
type: multi_line