1tests:
2  logging.async:
3    tags: logging
4    extra_args: CONF_FILE=prj.conf
5    integration_platforms:
6      - native_sim
7  logging.sync:
8    tags: logging
9    extra_args: CONF_FILE=log_sync.conf
10    integration_platforms:
11      - native_sim
12  logging.thread:
13    tags: logging
14    extra_args: CONF_FILE=log_thread.conf
15    integration_platforms:
16      - native_sim
17  logging.log_user:
18    tags: logging
19    filter: CONFIG_USERSPACE
20    extra_args:
21      - CONF_FILE=log_user.conf
22      - USERSPACE_TEST=1
23    integration_platforms:
24      - qemu_x86
25    platform_exclude:
26      - max32657evkit/max32657
27