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:
parent
ccff19ed21
commit
d3d9abadbe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
- test:
|
||||
platform_whitelist: qemu_x86
|
||||
tags: shell
|
||||
filter: (CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue