1common:
2  tags:
3    - logging
4  build_only: true
5  platform_allow:
6    - native_sim
7  integration_platforms:
8    - native_sim
9
10tests:
11  logging.log_disable:
12    harness: console
13    harness_config:
14      type: one_line
15      regex:
16        - "All done."
17