The sample application will send syslog messages to remote syslog server. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
15 lines
279 B
YAML
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
|