Commit 2602b726 authored by Jose Alberto Meza's avatar Jose Alberto Meza Committed by Anas Nashif
Browse files

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: default avatarJose Alberto Meza <jose.a.meza.arellano@intel.com>
parent b90fc347
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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")