tests/boards/native_sim: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 15:21:51 +01:00 committed by Henrik Brix Andersen
parent ac1610ec72
commit 185c60673b
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ tests:
boards.native_sim.cpu_wait:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim

View File

@ -3,9 +3,9 @@ tests:
boards.native.rtc:
platform_allow:
- native_posix
- native_posix_64
- native_posix/native/64
- native_sim
- native_sim_64
- native_sim/native/64
integration_platforms:
- native_sim
build_only: true