1common:
2  platform_type:
3    - qemu
4    - native
5  tags:
6    - log_api
7    - logging
8  integration_platforms:
9    - native_sim
10  filter: not CONFIG_LOG_ALWAYS_RUNTIME
11tests:
12  logging.message:
13    extra_configs:
14      - CONFIG_CBPRINTF_COMPLETE=y
15
16  logging.message.no_overflow:
17    extra_configs:
18      - CONFIG_LOG_MODE_OVERFLOW=n
19
20  logging.message.64b_timestamp:
21    extra_configs:
22      - CONFIG_CBPRINTF_COMPLETE=y
23      - CONFIG_LOG_TIMESTAMP_64BIT=y
24
25  logging.message.fp:
26    extra_configs:
27      - CONFIG_CBPRINTF_COMPLETE=y
28      - CONFIG_CBPRINTF_FP_SUPPORT=y
29
30  logging.message.fp_64b_timestamp:
31    extra_configs:
32      - CONFIG_CBPRINTF_COMPLETE=y
33      - CONFIG_CBPRINTF_FP_SUPPORT=y
34      - CONFIG_LOG_TIMESTAMP_64BIT=y
35