zephyr/tests/drivers/uart/uart_basic_api
Jennifer Williams 2e222ded80 tests: drivers: uart: config api fix dependency #23459
Tests were added for the UART configure API in #22849. The existing test
implementation works, but suggested to reduce dependency between test
cases. This commit allows each test to run independently of each other
by removing the function call of uart_config_get() in the
uart_configure() test case, and uses the uart_config_get() test case to
confirm the value set and gotten/read.

Fixes #23459

Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>
2020-03-20 10:49:57 +01:00
..
src tests: drivers: uart: config api fix dependency #23459 2020-03-20 10:49:57 +01:00
CMakeLists.txt tests: drivers: uart: config api 2020-03-10 14:41:36 +02:00
prj_poll.conf tests: uart_basic_api: fix configuration 2019-07-27 18:05:43 +03:00
prj_shell.conf tests: uart_basic_api: fix configuration 2019-07-27 18:05:43 +03:00
prj.conf tests: uart_basic_api: fix configuration 2019-07-27 18:05:43 +03:00
testcase.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00