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:
parent
868489b98e
commit
196341c18b
|
@ -3,7 +3,7 @@ sample:
|
|||
tests:
|
||||
sample.app_dev.external_lib:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags: external
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -5,7 +5,7 @@ sample:
|
|||
common:
|
||||
tags: introduction
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
|
|
|
@ -15,5 +15,5 @@ tests:
|
|||
- samples
|
||||
- nanopb
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
|
|
|
@ -8,7 +8,7 @@ common:
|
|||
harness: console
|
||||
min_ram: 16
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
harness_config:
|
||||
type: multi_line
|
||||
ordered: false
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
tags: input
|
||||
build_only: true
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
@ -4,7 +4,7 @@ sample:
|
|||
tests:
|
||||
sample.logger.basic:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags: logging
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue