Add mock backend to support validating the output logs when switching the log format at runtime. This removes the need to use harness console when ztest framework is in use. Fixes #47077 Signed-off-by: Aastha Grover <aastha.grover@intel.com>
22 lines
544 B
YAML
22 lines
544 B
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
|
|
- sam_e70_xplained
|
|
- qemu_cortex_a53
|
|
extra_args: OVERLAY_CONFIG=overlay_deferred.conf
|
|
logging.log_switch_format.immediate:
|
|
extra_args: OVERLAY_CONFIG=overlay_immediate.conf
|
|
integration_platforms:
|
|
- mps2_an385
|
|
- qemu_x86
|
|
- sam_e70_xplained
|
|
- qemu_cortex_a53
|