tests: Tag uart tests as uart

UARTs are mostly assumed to exist in Zephyr but some hardware wishes
to exclude the tests. Adds a uart tag to the test case to ensure
ignoring is possible.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2022-12-06 13:12:52 -06:00 committed by Anas Nashif
commit 0a07d80300

View file

@ -1,13 +1,13 @@
tests:
drivers.uart.basic_api:
tags: drivers
tags: drivers uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms:
- mps2_an385
drivers.uart.basic_api.poll:
extra_args: CONF_FILE=prj_poll.conf
tags: drivers
tags: drivers uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms:
@ -15,7 +15,7 @@ tests:
drivers.uart.basic_api.shell:
extra_args: CONF_FILE=prj_shell.conf
min_flash: 64
tags: drivers
tags: drivers uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms: