tests/subsys/logging: Don't test on native_posix

native_posix is now deprecated.
So let's make sure we test in native_sim instead of native_posix..

Also, building these tests in both native_sim and native_posix does not
improve coverage for the tests or subsystem but doubles CI time.
As anyhow native_posix will be removed all together in
2 releases, let's remove it already for these.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-09-21 09:08:05 +02:00 committed by Anas Nashif
commit 2ef3ac724c
3 changed files with 2 additions and 8 deletions

View file

@ -59,7 +59,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_a9
- native_posix
- native_sim
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
@ -125,7 +124,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_a9
- native_posix
- native_sim
extra_configs:
- CONFIG_LOG_FRONTEND=y
@ -138,7 +136,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_a9
- native_posix
- native_sim
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
@ -345,7 +342,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_a9
- native_posix
- native_sim
toolchain_exclude: xcc
extra_configs:
@ -359,7 +355,6 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_a9
- native_posix
- native_sim
toolchain_exclude: xcc
extra_configs:

View file

@ -17,7 +17,6 @@ tests:
- qemu_x86
platform_allow:
- qemu_x86
- native_posix
- native_sim
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y

View file

@ -3,9 +3,9 @@ common:
tests:
debug.coresight.stp_demux:
integration_platforms:
- native_posix
- native_sim
debug.coresight.stp_demux_max_utilization:
integration_platforms:
- native_posix
- native_sim
extra_configs:
- CONFIG_LOG_FRONTEND_STMESP_DEMUX_MAX_UTILIZATION=y