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