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:
parent
fc87d05b15
commit
2ef3ac724c
3 changed files with 2 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -17,7 +17,6 @@ tests:
|
|||
- qemu_x86
|
||||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
extra_configs:
|
||||
- CONFIG_LOG_MODE_DEFERRED=y
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue