zephyr/tests/subsys/logging/log_msg/testcase.yaml
Evgeniy Paltsev ac76c27af8 tests: arc: enable previously disabled tests on ARCv3 64bit platforms
Enable all cbprintf / logging related tests which were previously
disabled for qemu_arc_hs6x.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2022-10-31 11:22:12 +01:00

32 lines
687 B
YAML

common:
platform_type:
- qemu
- native
tags: log_api logging
integration_platforms:
- native_posix
tests:
logging.log_msg:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
logging.log_msg_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_OVERFLOW=n
logging.log_msg_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.log_msg_fp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
logging.log_msg_fp_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
- CONFIG_LOG_TIMESTAMP_64BIT=y