tests: logging: log_api: add native_posix to platform_allow

native_posix being an integration plarform, needs to be in the allow
list.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-10-12 19:49:40 -04:00
commit 41e6758b24

View file

@ -387,7 +387,7 @@ tests:
logging.log_api_deferred_override_level.tagged_args:
# Testing on selected platforms as it enables all logs in the application
# and it cannot be handled on many platforms.
platform_allow: qemu_cortex_m3 qemu_cortex_a9
platform_allow: qemu_cortex_m3 qemu_cortex_a9 native_posix
toolchain_exclude: xcc
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
@ -397,7 +397,7 @@ tests:
logging.log_api_deferred_override_level_rt_filtering.tagged_args:
# Testing on selected platforms as it enables all logs in the application
# and it cannot be handled on many platforms.
platform_allow: qemu_cortex_m3 qemu_cortex_a9
platform_allow: qemu_cortex_m3 qemu_cortex_a9 native_posix
toolchain_exclude: xcc
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y