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    platform_exclude:
13      - mg100
14      - pinnacle_100_dvk
15  net.eth_bridge.ip:
16    extra_configs:
17      - CONFIG_NET_IPV4=y
18      - CONFIG_NET_IPV6=y
19