zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Andrew Boie 504dffa38c tests: uart_basic_api: fix configuration
These additional configs should have been put in prj.conf
and not here. Makes the tests simpler to build correctly
outside of sanitycheck.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-27 18:05:43 +03:00

17 lines
390 B
YAML

tests:
peripheral.uart:
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.poll:
extra_args: CONF_FILE=prj_poll.conf
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.shell:
extra_args: CONF_FILE=prj_shell.conf
min_flash: 64
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard