zephyr/samples/net/sockets/can/sample.yaml
Anas Nashif dca317c730 sanitycheck: inclusive language
change whitelist -> allow.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-08-27 07:04:07 -04:00

16 lines
422 B
YAML

common:
tags: net socket can CAN
depends_on: can
harness: can
platform_allow: stm32f072b_disco nucleo_l432kc
sample:
description: Test BSD sockets CAN support
name: Socket CAN example
tests:
sample.net.sockets.can.test_with_one_socket:
extra_configs:
- CONFIG_NET_SOCKETS_CAN_RECEIVERS=1
sample.net.sockets.can.test_with_two_sockets:
extra_configs:
- CONFIG_NET_SOCKETS_CAN_RECEIVERS=2