zephyr/tests/subsys/logging/log_switch_format/testcase.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00

43 lines
1.2 KiB
YAML

common:
tags:
- logging
- mipi-sys-t
modules:
- mipi-sys-t
arch_exclude:
- mips
- nios2
- posix
- sparc
filter: not CONFIG_64BIT
tests:
logging.log_switch_format.deferred:
integration_platforms:
- mps2_an385
- qemu_x86
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
# "CONFIG_FULL_LIBC_SUPPORTED" filter was applied
# because of following chain of dependencies:
# LOG_MIPI_SYST_ENABLE=y --> CONFIG_MIPI_SYST_LIB --> \
# --> REQUIRES_FULL_LIBC
#
# Not all compillers announced in Zephyr support a full C library
filter: CONFIG_FULL_LIBC_SUPPORTED
extra_configs:
- CONFIG_REQUIRES_FULL_LIBC=y
logging.log_switch_format.immediate:
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
integration_platforms:
- mps2_an385
- qemu_x86
filter: CONFIG_FULL_LIBC_SUPPORTED
extra_configs:
- CONFIG_REQUIRES_FULL_LIBC=y
logging.log_switch_format.custom_output:
extra_args: OVERLAY_CONFIG=overlay_custom_output.conf
integration_platforms:
- mps2_an385
- qemu_x86
filter: CONFIG_FULL_LIBC_SUPPORTED
extra_configs:
- CONFIG_REQUIRES_FULL_LIBC=y