From d3d9abadbe0de79a1bd68885b465d75327f50aed Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 22 Jun 2017 16:21:22 -0500 Subject: [PATCH] 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 --- tests/shell/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/testcase.yaml b/tests/shell/testcase.yaml index d41955356f9..0acb29e1d9f 100644 --- a/tests/shell/testcase.yaml +++ b/tests/shell/testcase.yaml @@ -1,4 +1,4 @@ tests: - test: - platform_whitelist: qemu_x86 tags: shell + filter: (CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT)