Skip to content

Commit c99868a

Browse files
committed
tests: uart_basic_api: cleanup test definition
Use common section to cleanup duplication in scenarios. Signed-off-by: Anas Nashif <[email protected]>
1 parent e90c58a commit c99868a

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

tests/drivers/uart/uart_basic_api/testcase.yaml

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,37 @@
1+
common:
2+
harness: keyboard
3+
filter: CONFIG_UART_CONSOLE
4+
tags:
5+
- drivers
6+
- uart
17
tests:
28
drivers.uart.basic_api:
3-
tags:
4-
- drivers
5-
- uart
6-
filter: CONFIG_UART_CONSOLE
7-
harness: keyboard
89
integration_platforms:
910
- mps2/an385
1011
drivers.uart.basic_api.wide:
1112
extra_configs:
1213
- CONFIG_UART_WIDE_DATA=y
1314
tags: drivers uart
14-
filter: CONFIG_UART_CONSOLE
15-
harness: keyboard
1615
arch_allow: arm
1716
platform_allow: nucleo_h743zi
1817
integration_platforms:
1918
- nucleo_h743zi
2019
extra_args: DTC_OVERLAY_FILE="boards/nucleo_h743zi.overlay"
2120
drivers.uart.basic_api.poll:
2221
extra_args: CONF_FILE=prj_poll.conf
23-
tags:
24-
- drivers
25-
- uart
26-
filter: CONFIG_UART_CONSOLE
27-
harness: keyboard
2822
integration_platforms:
2923
- mps2/an385
3024
drivers.uart.basic_api.shell:
3125
extra_args: CONF_FILE=prj_shell.conf
3226
min_flash: 64
33-
tags:
34-
- drivers
35-
- uart
36-
filter: CONFIG_UART_CONSOLE
37-
harness: keyboard
3827
integration_platforms:
3928
- mps2/an385
4029
drivers.uart.basic_api.cdc_acm:
4130
extra_args:
4231
- EXTRA_CONF_FILE="overlay-usb.conf"
4332
- DTC_OVERLAY_FILE="usb.overlay"
44-
tags:
45-
- drivers
46-
- usb
47-
filter: CONFIG_UART_CONSOLE
4833
depends_on: usb_device
49-
harness: keyboard
5034
drivers.uart.basic_api.shell_ke17z9_uart:
51-
tags:
52-
- drivers
53-
- uart
54-
filter: CONFIG_UART_CONSOLE
55-
harness: keyboard
5635
platform_allow: frdm_ke17z512
5736
extra_args:
5837
- CONF_FILE=prj_shell.conf

0 commit comments

Comments
 (0)