1common: 2 depends_on: netif 3 integration_platforms: 4 - native_sim 5 6tests: 7 logging.output.net: 8 tags: 9 - log_output 10 - logging 11 extra_configs: 12 - CONFIG_LOG_TIMESTAMP_64BIT=n 13 logging.output.net.ts64: 14 tags: 15 - log_output 16 - logging 17 extra_configs: 18 - CONFIG_LOG_TIMESTAMP_64BIT=y 19 logging.output.net.fulllibc: 20 tags: 21 - log_output 22 - logging 23 extra_configs: 24 - CONFIG_LOG_TIMESTAMP_64BIT=n 25 - CONFIG_REQUIRES_FULL_LIBC=y 26 filter: CONFIG_FULL_LIBC_SUPPORTED 27