30 lines
823 B
YAML
30 lines
823 B
YAML
common:
|
|
# For twister runs, only logging backends with in hexidecimal format
|
|
# are supported. Currently, only UART logging backend does that.
|
|
filter: CONFIG_LOG_BACKEND_UART and CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY
|
|
and CONFIG_LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX
|
|
tests:
|
|
logging.dictionary:
|
|
tags: logging
|
|
integration_platforms:
|
|
- qemu_x86
|
|
- qemu_x86_64
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_root:
|
|
- "pytest/test_logging_dictionary.py"
|
|
logging.dictionary.fpu:
|
|
tags: logging
|
|
filter: CONFIG_CPU_HAS_FPU
|
|
extra_configs:
|
|
- CONFIG_FPU=y
|
|
harness: pytest
|
|
harness_config:
|
|
pytest_root:
|
|
- "pytest/test_logging_dictionary.py"
|
|
pytest_args:
|
|
- "--fpu"
|
|
integration_platforms:
|
|
- qemu_x86
|
|
- qemu_x86_64
|