We have many testcases doing filtering both on the architecture level and the platform level, which is redundant. Also many testcases are running the same test twice on the same SoC for no good reason, cleanup the tests and cleanup the filtering. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
293 B
YAML
10 lines
293 B
YAML
tests:
|
|
- test_uart:
|
|
platform_whitelist: quark_se_c1000_devboard quark_d2000_crb
|
|
tags: drivers
|
|
- test_uart_shell:
|
|
build_only: true
|
|
extra_args: CONF_FILE=prj_shell.conf
|
|
platform_whitelist: quark_se_c1000_devboard quark_d2000_crb
|
|
tags: drivers
|