These tests kept supporting native_posix thanks to the native_sim compatibility mode. But now native_posix is being removed. So let's just switch them to run only on native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
9 lines
215 B
YAML
9 lines
215 B
YAML
# Test of the posix_arch k_busy_wait & cpu_hold() functionality
|
|
tests:
|
|
boards.native_sim.cpu_wait:
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
integration_platforms:
|
|
- native_sim
|