1common:
2  min_ram: 16
3  tags:
4    - net
5    - bridge
6  depends_on: netif
7tests:
8  net.eth_bridge:
9    extra_configs:
10      - CONFIG_NET_IPV4=n
11      - CONFIG_NET_IPV6=n
12      - CONFIG_NET_CONFIG_NEED_IPV4=n
13      - CONFIG_NET_CONFIG_NEED_IPV6=n
14    platform_exclude:
15      - mg100
16      - pinnacle_100_dvk
17  net.eth_bridge.ip:
18    extra_configs:
19      - CONFIG_NET_IPV4=y
20      - CONFIG_NET_IPV6=y
21