samples: portability: set integration_platforms to native_posix

Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-02-19 14:48:19 -06:00 committed by Anas Nashif
commit 49f1e22a13
4 changed files with 8 additions and 0 deletions

View file

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

View file

@ -2,6 +2,8 @@ sample:
name: CMSIS_RTOS_V1 Synchronization name: CMSIS_RTOS_V1 Synchronization
tests: tests:
sample.portability.cmsis_rtos_v1.timer_synchronization: sample.portability.cmsis_rtos_v1.timer_synchronization:
integration_platforms:
- native_posix
tags: cmsis_rtos tags: cmsis_rtos
min_ram: 32 min_ram: 32
min_flash: 34 min_flash: 34

View file

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

View file

@ -2,6 +2,8 @@ sample:
name: CMSIS_RTOS_V2 Synchronization name: CMSIS_RTOS_V2 Synchronization
tests: tests:
sample.portability.cmsis_rtos_v2.timer_synchronization: sample.portability.cmsis_rtos_v2.timer_synchronization:
integration_platforms:
- native_posix
tags: cmsis_rtos tags: cmsis_rtos
min_ram: 32 min_ram: 32
min_flash: 34 min_flash: 34