zephyr/samples/net/syslog_net/sample.yaml
Jukka Rissanen 4565ca86da samples: net: syslog: Remote syslog service example
The sample application will send syslog messages to remote
syslog server.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-12-04 15:55:53 -05:00

15 lines
279 B
YAML

common:
harness: net
depends_on: netif
tags: net syslog
sample:
description: syslog network backend
name: syslog_net
tests:
test_with_timefuncs:
extra_configs:
- CONFIG_NEWLIB_LIBC=y
test_without_timefuncs:
extra_configs:
- CONFIG_NEWLIB_LIBC=n