tests: shell: Filter on UART_CONSOLE support to enable more boards

The shell tests were limited to running on just qemu_x86 platform, we
can run them on any platform with UART_CONSOLE support so move to using
a filter.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-06-22 16:21:22 -05:00 committed by Anas Nashif
commit d3d9abadbe

View file

@ -1,4 +1,4 @@
tests:
- test:
platform_whitelist: qemu_x86
tags: shell
filter: (CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT)