zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Anas Nashif 3c50f7aa12 tests: samples: remove duplicate filtering
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>
2017-06-27 17:44:23 -04:00

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