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
commit 690479fc36
5 changed files with 6 additions and 6 deletions

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