mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 04:26:14 +00:00
Adding IPv4 autoconf sample application that can be used to test IPv4 autoconf functionality. Signed-off-by: Matthias Boesl <matthias.boesl@gmail.com> Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
11 lines
219 B
YAML
11 lines
219 B
YAML
common:
|
|
harness: net
|
|
tags: net ipv4_autoconf
|
|
platform_whitelist: qemu_x86 native_posix
|
|
sample:
|
|
description: Test IPv4 autoconf functionality
|
|
name: IPv4 autoconf sample app
|
|
tests:
|
|
test:
|
|
depends_on: netif
|