twister: temporarily disable mec15xx boards

A workaround to exclude boards from twister. Other solutions do not work,
setting twister fields to false in the board yaml file is not enough,
given that this board has many associated samples and tests, so it can't
be disabled on its own.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-09-16 17:10:54 -04:00 committed by Fabio Baltieri
commit b3ead37efa

View file

@ -554,7 +554,9 @@ class TestPlan:
toolchain = self.env.toolchain
platform_filter = self.options.platform
exclude_platform = self.options.exclude_platform
# temporary workaround for exclusion of boards. setting twister in
# board yaml file to False does not really work. Need a better solution for the future.
exclude_platform = ['mec15xxevb_assy6853','mec1501modular_assy6885'] + self.options.exclude_platform
testsuite_filter = self.run_individual_testsuite
arch_filter = self.options.arch
tag_filter = self.options.tag