Commit 2ef3ac72 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Anas Nashif
Browse files

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: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent fc87d05b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ tests:
      - qemu_x86
    platform_allow:
      - qemu_x86
      - native_posix
      - native_sim
    extra_configs:
      - CONFIG_LOG_MODE_DEFERRED=y
+2 −2
Original line number Diff line number Diff line
@@ -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