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:
parent
920ad1fff1
commit
b3ead37efa
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue