zephyr/tests/net/bridge/testcase.yaml
Jukka Rissanen 5355920f98 tests: net: bridge: Update the bridging tests
Make sure that tests work after overhaul.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-09-06 18:01:15 -04:00

21 lines
398 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
- CONFIG_NET_CONFIG_NEED_IPV4=n
- CONFIG_NET_CONFIG_NEED_IPV6=n
platform_exclude:
- mg100
- pinnacle_100_dvk
net.eth_bridge.ip:
extra_configs:
- CONFIG_NET_IPV4=y
- CONFIG_NET_IPV6=y