1common:
2  depends_on: netif
3  tags:
4    - net
5    - socket
6    - af_packet
7  # The test do not work in native_posix as the zeth interface creation
8  # needs root permission.
9  platform_exclude:
10    - native_posix
11    - native_posix_64
12tests:
13  net.socket.af_packet.ipproto_raw:
14    min_ram: 21
15