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>
This commit is contained in:
Jose Alberto Meza 2023-06-07 10:34:35 -07:00 committed by Anas Nashif
parent b90fc34759
commit 2602b7260f

View File

@ -4,7 +4,9 @@ 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
platform_exclude:
- mec15xxevb_assy6853
- mec172xevb_assy6906
integration_platforms:
- npcx9m6f_evb
filter: dt_alias_exists("peci-0")