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>
16 lines
434 B
YAML
16 lines
434 B
YAML
sample:
|
|
name: PECI driver sample
|
|
tests:
|
|
sample.drivers.peci:
|
|
# theoretically EVB can be connected to Intel RVP as well,
|
|
# but HW setup is not documented, hence qualifying as unsupported.
|
|
platform_exclude: mec15xxevb_assy6853
|
|
filter: dt_alias_exists("peci-0")
|
|
tags: drivers peci
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "mb data(.*)"
|