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>
10 lines
249 B
YAML
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
|