zephyr/tests/net/socket/af_packet/testcase.yaml
Jukka Rissanen 6ecea4b3dd net: conn: Handle multi interface AF_PACKET recv() properly
If we have multiple network interfaces and we are waiting incoming
network packets, make sure to honor the bind of the socket so that
correct socket will receive data in certain network interface.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-06-24 23:34:27 +03:00

10 lines
249 B
YAML

common:
depends_on: netif
tags: net socket af_packet
# The test do not work in native_posix as the zeth interface creation
# needs root permission.
platform_exclude: native_posix native_posix_64
tests:
net.socket.packet:
min_ram: 21