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:
parent
34e0294652
commit
0a07d80300
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue