From 2602b7260fe9031c3ac0cbb1c34fea16e83fc4ee Mon Sep 17 00:00:00 2001 From: Jose Alberto Meza Date: Wed, 7 Jun 2023 10:34:35 -0700 Subject: [PATCH] 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 --- samples/drivers/peci/sample.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/samples/drivers/peci/sample.yaml b/samples/drivers/peci/sample.yaml index d036c27ff21..50d1def24e0 100644 --- a/samples/drivers/peci/sample.yaml +++ b/samples/drivers/peci/sample.yaml @@ -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")