zephyr/samples/subsys/mgmt/osdp/control_panel/sample.yaml
Kumar Gala f2bcc794cd mgmt: osdp: Move to DTS for uart device
Move from using Kconfig OSDP_UART_DEV_NAME to a devicetree
chosen property ("zephyr,osdp-uart").  This is similar to a number
of other functions like "zephyr,shell-uart" or "zephyr,bt-uart".

Changed the integration platform for the osdp samples to
stm32_min_dev_black as it already has zephyr,osdp-uart set.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-23 09:25:23 -05:00

13 lines
353 B
YAML

sample:
description: OSDP Control Panel Sample
name: osdp
tests:
sample.mgmt.osdp.control_panel:
tags: osdp
depends_on: gpio
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
dt_chosen_enabled("zephyr,osdp-uart") and CONFIG_SERIAL
harness: osdp
integration_platforms:
- stm32_min_dev_black