tests/*: Switch integration platform to native_sim

Swith integration_platforms from native_posix(_64)
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-28 13:33:16 +01:00 committed by Anas Nashif
parent 7a778ebc2d
commit 690479fc36
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
tests:
buildsystem.include_file:
integration_platforms:
- native_posix
- native_sim
tags: gen_inc_file

View file

@ -5,4 +5,4 @@ tests:
- dlist
- kernel
integration_platforms:
- native_posix
- native_sim

View file

@ -5,4 +5,4 @@ tests:
- rbtree
- kernel
integration_platforms:
- native_posix
- native_sim

View file

@ -9,4 +9,4 @@ tests:
- native_posix
integration_platforms:
- native_sim
- native_posix
- native_sim

View file

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