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>
This commit is contained in:
Andrew Boie 2019-07-24 11:46:17 -07:00 committed by Ioannis Glaropoulos
commit 504dffa38c
4 changed files with 3 additions and 6 deletions

View file

@ -1,3 +1,4 @@
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_ZTEST=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y

View file

@ -1,2 +1,3 @@
CONFIG_SERIAL=y
CONFIG_ZTEST=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y

View file

@ -3,3 +3,4 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_ZTEST=y
CONFIG_SHELL_CMD_BUFF_SIZE=90
CONFIG_SHELL=y
CONFIG_NATIVE_UART_0_ON_STDINOUT=y

View file

@ -1,21 +1,15 @@
tests:
peripheral.uart:
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.poll:
extra_args: CONF_FILE=prj_poll.conf
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
tags: drivers
filter: CONFIG_UART_CONSOLE
harness: keyboard
peripheral.uart.shell:
extra_args: CONF_FILE=prj_shell.conf
extra_configs:
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
min_flash: 64
tags: drivers
filter: CONFIG_UART_CONSOLE