diff --git a/tests/lib/cbprintf_package/testcase.yaml b/tests/lib/cbprintf_package/testcase.yaml index 61545936181..4a07f4ec788 100644 --- a/tests/lib/cbprintf_package/testcase.yaml +++ b/tests/lib/cbprintf_package/testcase.yaml @@ -9,14 +9,14 @@ tests: extra_configs: - CONFIG_CBPRINTF_COMPLETE=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_no_generic: extra_configs: - CONFIG_CBPRINTF_COMPLETE=y - CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0" integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_fp: filter: CONFIG_CPU_HAS_FPU @@ -25,7 +25,7 @@ tests: - CONFIG_CBPRINTF_COMPLETE=y - CONFIG_FPU=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_fp_align_offset: filter: CONFIG_CPU_HAS_FPU @@ -35,7 +35,7 @@ tests: - CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1" - CONFIG_FPU=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_long_double: filter: CONFIG_CPU_HAS_FPU @@ -46,7 +46,7 @@ tests: - CONFIG_FPU=y - CONFIG_MINIMAL_LIBC=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_long_double_align_offset: filter: CONFIG_CPU_HAS_FPU @@ -58,13 +58,13 @@ tests: - CONFIG_FPU=y - CONFIG_MINIMAL_LIBC=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_nano: extra_configs: - CONFIG_CBPRINTF_NANO=y integration_platforms: - - native_posix + - native_sim # Same test but with test compiled as C++ libraries.cbprintf.package_cpp: @@ -72,7 +72,7 @@ tests: - CONFIG_CPP=y - CONFIG_CBPRINTF_COMPLETE=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_no_generic_cpp: extra_configs: @@ -80,7 +80,7 @@ tests: - CONFIG_CBPRINTF_COMPLETE=y - CONFIG_COMPILER_OPT="-DZ_C_GENERIC=0" integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_fp_cpp: filter: CONFIG_CPU_HAS_FPU @@ -90,7 +90,7 @@ tests: - CONFIG_CBPRINTF_COMPLETE=y - CONFIG_FPU=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_fp_align_offset_cpp: filter: CONFIG_CPU_HAS_FPU @@ -101,7 +101,7 @@ tests: - CONFIG_COMPILER_OPT="-DCBPRINTF_PACKAGE_ALIGN_OFFSET=1" - CONFIG_FPU=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_long_double_cpp: filter: CONFIG_CPU_HAS_FPU @@ -113,7 +113,7 @@ tests: - CONFIG_FPU=y - CONFIG_MINIMAL_LIBC=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_long_double_align_offset_cpp: filter: CONFIG_CPU_HAS_FPU @@ -126,14 +126,14 @@ tests: - CONFIG_FPU=y - CONFIG_MINIMAL_LIBC=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package_nano_cpp: extra_configs: - CONFIG_CPP=y - CONFIG_CBPRINTF_NANO=y integration_platforms: - - native_posix + - native_sim libraries.cbprintf.package.picolibc: filter: CONFIG_PICOLIBC_SUPPORTED diff --git a/tests/lib/cpp/libcxx/testcase.yaml b/tests/lib/cpp/libcxx/testcase.yaml index fb21def8b3b..a75430644c8 100644 --- a/tests/lib/cpp/libcxx/testcase.yaml +++ b/tests/lib/cpp/libcxx/testcase.yaml @@ -48,5 +48,5 @@ tests: - CONFIG_EXTERNAL_LIBCPP=y - CONFIG_CPP_EXCEPTIONS=y integration_platforms: - - native_posix - - native_posix_64 + - native_sim + - native_sim_64 diff --git a/tests/lib/hash_function/testcase.yaml b/tests/lib/hash_function/testcase.yaml index 45bca8c663d..5c4b3918b61 100644 --- a/tests/lib/hash_function/testcase.yaml +++ b/tests/lib/hash_function/testcase.yaml @@ -4,7 +4,7 @@ common: integration_platforms: - - native_posix + - native_sim tests: libraries.hash_function.identity: # RNG seems to be broken on qemu_cortex_a53 diff --git a/tests/lib/hash_map/testcase.yaml b/tests/lib/hash_map/testcase.yaml index d952bb28887..f5a32ea2a00 100644 --- a/tests/lib/hash_map/testcase.yaml +++ b/tests/lib/hash_map/testcase.yaml @@ -5,7 +5,7 @@ common: min_ram: 24 integration_platforms: - - native_posix + - native_sim tests: libraries.hash_map.separate_chaining.djb2: diff --git a/tests/lib/heap/testcase.yaml b/tests/lib/heap/testcase.yaml index 8f8a282f09c..4427788fb07 100644 --- a/tests/lib/heap/testcase.yaml +++ b/tests/lib/heap/testcase.yaml @@ -17,5 +17,5 @@ tests: filter: not CONFIG_SOC_NSIM timeout: 480 integration_platforms: - - native_posix + - native_sim - qemu_x86 diff --git a/tests/lib/heap_align/testcase.yaml b/tests/lib/heap_align/testcase.yaml index b80e18d70b0..3dba0fad765 100644 --- a/tests/lib/heap_align/testcase.yaml +++ b/tests/lib/heap_align/testcase.yaml @@ -4,5 +4,5 @@ tests: - heap - heap_align integration_platforms: - - native_posix + - native_sim - mps2_an521 diff --git a/tests/lib/json/testcase.yaml b/tests/lib/json/testcase.yaml index 00dcfbfd428..87b7ee2bf1a 100644 --- a/tests/lib/json/testcase.yaml +++ b/tests/lib/json/testcase.yaml @@ -4,4 +4,4 @@ tests: min_flash: 34 tags: json integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/linear_range/testcase.yaml b/tests/lib/linear_range/testcase.yaml index fd64edfdea9..9e96383b0ea 100644 --- a/tests/lib/linear_range/testcase.yaml +++ b/tests/lib/linear_range/testcase.yaml @@ -4,4 +4,4 @@ tests: libraries.linear_range: integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/mem_blocks/testcase.yaml b/tests/lib/mem_blocks/testcase.yaml index f214d4643e7..ae0b795822a 100644 --- a/tests/lib/mem_blocks/testcase.yaml +++ b/tests/lib/mem_blocks/testcase.yaml @@ -4,4 +4,4 @@ tests: - heap - mem_blocks integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/mem_blocks_stats/testcase.yaml b/tests/lib/mem_blocks_stats/testcase.yaml index 4814ddfdc83..696dc9a5fac 100644 --- a/tests/lib/mem_blocks_stats/testcase.yaml +++ b/tests/lib/mem_blocks_stats/testcase.yaml @@ -4,4 +4,4 @@ tests: - heap - mem_blocks.stats integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/notify/testcase.yaml b/tests/lib/notify/testcase.yaml index 2cc3c3ca825..359ab991f4a 100644 --- a/tests/lib/notify/testcase.yaml +++ b/tests/lib/notify/testcase.yaml @@ -2,4 +2,4 @@ tests: libraries.data_structures: tags: notify integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/onoff/testcase.yaml b/tests/lib/onoff/testcase.yaml index ad1df70b286..a57688d5004 100644 --- a/tests/lib/onoff/testcase.yaml +++ b/tests/lib/onoff/testcase.yaml @@ -4,4 +4,4 @@ tests: - onoff - timer integration_platforms: - - native_posix + - native_sim diff --git a/tests/lib/p4workq/testcase.yaml b/tests/lib/p4workq/testcase.yaml index b897fc09ab9..d8ba5c85480 100644 --- a/tests/lib/p4workq/testcase.yaml +++ b/tests/lib/p4workq/testcase.yaml @@ -4,4 +4,4 @@ tests: - kernel integration_platforms: - qemu_x86 - - native_posix + - native_sim diff --git a/tests/lib/ringbuffer/testcase.yaml b/tests/lib/ringbuffer/testcase.yaml index b2f11681616..851735384f5 100644 --- a/tests/lib/ringbuffer/testcase.yaml +++ b/tests/lib/ringbuffer/testcase.yaml @@ -7,8 +7,8 @@ common: tests: libraries.ring_buffer: integration_platforms: - - native_posix - - native_posix_64 + - native_sim + - native_sim_64 libraries.ring_buffer.concurrent: platform_allow: qemu_x86 diff --git a/tests/lib/smf/testcase.yaml b/tests/lib/smf/testcase.yaml index 4ca5a511c7e..761f86e8fff 100644 --- a/tests/lib/smf/testcase.yaml +++ b/tests/lib/smf/testcase.yaml @@ -1,6 +1,6 @@ common: integration_platforms: - - native_posix + - native_sim tags: - smf tests: diff --git a/tests/lib/spsc_pbuf/testcase.yaml b/tests/lib/spsc_pbuf/testcase.yaml index daff2fc46f2..be39414e73e 100644 --- a/tests/lib/spsc_pbuf/testcase.yaml +++ b/tests/lib/spsc_pbuf/testcase.yaml @@ -1,14 +1,14 @@ tests: libraries.spsc_pbuf: integration_platforms: - - native_posix + - native_sim # Exclude platform which does not link with cache functions platform_exclude: ast1030_evb timeout: 120 libraries.spsc_pbuf.cache: integration_platforms: - - native_posix + - native_sim # Exclude platform which does not link with cache functions platform_exclude: ast1030_evb timeout: 120 @@ -17,7 +17,7 @@ tests: libraries.spsc_pbuf.nocache.: integration_platforms: - - native_posix + - native_sim # Exclude platform which does not link with cache functions platform_exclude: ast1030_evb timeout: 120 @@ -26,7 +26,7 @@ tests: libraries.spsc_pbuf.utilization: integration_platforms: - - native_posix + - native_sim # Exclude platform which does not link with cache functions platform_exclude: ast1030_evb timeout: 120 diff --git a/tests/lib/sys_util/testcase.yaml b/tests/lib/sys_util/testcase.yaml index 251663d707d..3408f77c74f 100644 --- a/tests/lib/sys_util/testcase.yaml +++ b/tests/lib/sys_util/testcase.yaml @@ -2,4 +2,4 @@ tests: libraries.sys_util: tags: sys_util integration_platforms: - - native_posix + - native_sim