zephyr/samples/drivers/ps2/sample.yaml
Anas Nashif 67e8d03280 tests/samples: fix some missing tags
Many driver samples or tests only had 'drivers' as the tag, without a
tag indicating what driver that is exactly, so add some missing tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-14 07:08:04 -05:00

14 lines
312 B
YAML

sample:
name: PS2 driver sample
tests:
sample.drivers.espi.ps2:
tags: drivers ps2
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "mb data(.*)"
fixture: fixture_connect_mouse
filter: dt_compat_enabled("microchip,xec-ps2")