zephyr/tests/subsys/logging/log_switch_format/testcase.yaml
Aastha Grover 1c1748d579 tests: add testcases for dynamic switching logging formats.
Adding testcases for switching of logging formats at runtime.
Includes testing for log_backend_format_set,
log_format_set_all_active_backends & log_format_func_t_get
routines.

Signed-off-by: Aastha Grover <aastha.grover@intel.com>
2022-06-05 14:49:01 +02:00

40 lines
982 B
YAML

common:
tags: logging mipi-sys-t
modules:
- mipi-sys-t
arch_exclude: mips nios2 posix sparc
filter: not CONFIG_64BIT
tests:
logger.syst.v2.deferred:
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
- qemu_cortex_a53
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
harness: console
harness_config:
type: multi_line
regex:
- "SYS-T RAW DATA: "
- "<err>"
- "hello sys-t on board"
- "SYS-T RAW DATA: "
- "SYST Sample Execution Completed"
logger.syst.v2.immediate:
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
integration_platforms:
- mps2_an385
- qemu_x86
- sam_e70_xplained
- qemu_cortex_a53
harness: console
harness_config:
type: multi_line
regex:
- "SYS-T RAW DATA: "
- "<err>"
- "hello sys-t on board"
- "SYS-T RAW DATA: "
- "SYST Sample Execution Completed"