zephyr/tests/net/socket/af_packet/testcase.yaml
Jukka Rissanen ad4a267cbd tests: net: af_packet: Add test for binding with multiple interfaces
Add a simple test to verify that the bind() can be called multiple
times if AF_PACKET is set and there are multiple network interfaces
in the system.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-03-10 14:58:30 +02:00

7 lines
101 B
YAML

common:
depends_on: netif
tags: net socket af_packet
tests:
net.socket.packet:
min_ram: 21