Revert "twister: temporarily disable mec15xx boards"
This reverts commit b3ead37efa
.
This is no longer needed, pinmux was removed and deprecated.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2f84326e15
commit
b2a95831eb
1 changed files with 1 additions and 3 deletions
|
@ -554,9 +554,7 @@ class TestPlan:
|
|||
|
||||
toolchain = self.env.toolchain
|
||||
platform_filter = self.options.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
|
||||
exclude_platform = 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