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>
40 lines
982 B
YAML
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"
|