Make sure it's possible to register IPv4/6 addresses on an offloaded interface. Add an extra build configuration to make sure it's also possible when native IP stack is disabled. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
13 lines
203 B
YAML
13 lines
203 B
YAML
common:
|
|
min_ram: 16
|
|
depends_on: netif
|
|
tags:
|
|
- net
|
|
- iface
|
|
- userspace
|
|
tests:
|
|
net.offloaded_netdev: {}
|
|
net.offloaded_netdev.no_native:
|
|
extra_configs:
|
|
- CONFIG_NET_NATIVE=n
|