tests/drivers/tee/optee: Switch from native_posix to native_sim

native_posix is being deprecated, let's switch this test to native_sim
instead.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-08-14 11:21:06 +02:00 committed by Fabio Baltieri
commit f32eb18a0c
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ tests:
- optee - optee
timeout: 500 timeout: 500
integration_platforms: integration_platforms:
- native_posix/native/64 - native_sim/native/64
platform_allow: platform_allow:
- native_posix/native/64 - native_sim/native/64