commit | a4b0e8a7067c9072fcedb928d909234288bdf683 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Fri Mar 15 16:54:47 2024 +0100 |
committer | David Leach <david.leach@nxp.com> | Tue Mar 19 13:15:48 2024 -0500 |
tree | 56063ea58fe0bc67f09cc63d72810bc685dac41d | |
parent | 6161207e301f8a712bbc3f6601256ce1cbc9b7f6 [diff] |
twister tests: Let's use native_sim instead of native_posix native_posix is being replaced with native_sim, let's use native_sim instead in twister tests. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
diff --git a/scripts/tests/twister_blackbox/test_data/tests/always_build_error/dummy/test_data.yaml b/scripts/tests/twister_blackbox/test_data/tests/always_build_error/dummy/test_data.yaml index af7ba6f..db29b1a 100644 --- a/scripts/tests/twister_blackbox/test_data/tests/always_build_error/dummy/test_data.yaml +++ b/scripts/tests/twister_blackbox/test_data/tests/always_build_error/dummy/test_data.yaml
@@ -1,8 +1,8 @@ tests: always_fail.dummy: platform_allow: - - native_posix + - native_sim - qemu_x86 - qemu_x86_64 integration_platforms: - - native_posix + - native_sim