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:
parent
d8197f7535
commit
41e6758b24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue