zephyr/tests/net/bridge/testcase.yaml
Nicolas Pitre 697f3544a7 net: bridge: test to exercise the bridge facility
This is accomplished with 3 fake ethernet interfaces hooked to a
common bridge, simulating incoming packets and controlling each
interface's transmission product.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-07-21 18:20:01 -04:00

14 lines
249 B
YAML

common:
min_ram: 16
tags: net bridge
depends_on: netif
tests:
net.eth_bridge:
extra_configs:
- CONFIG_NET_IPV4=n
- CONFIG_NET_IPV6=n
net.eth_bridge.ip:
extra_configs:
- CONFIG_NET_IPV4=y
- CONFIG_NET_IPV6=y