zephyr/samples/drivers/peci/sample.yaml
Jose Alberto Meza 2602b7260f samples: drivers: peci: Exclude MEC172x EVB from test
PECI bus sample requires a controller and a target
Intel system(PECI controller) + Embedded controller(PECI target),
where EC HW can be add-on card (mec172xmodular) or onboard EC.

MEC172x EVB is not intended to be connected hence excluding
the platform.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
2023-06-07 13:57:16 -04:00

22 lines
524 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
- mec172xevb_assy6906
integration_platforms:
- npcx9m6f_evb
filter: dt_alias_exists("peci-0")
tags:
- drivers
- peci
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "mb data(.*)"