From 0d249ecd23fc14e5fb1eea4bd852c3f026b7c746 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Fri, 8 Nov 2024 17:42:44 +0100 Subject: [PATCH] tests/bsim: Also runtime test the UART drivers for the nrf5340 To increase coverage. Signed-off-by: Alberto Escolar Piedras --- tests/bsim/ci.uart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bsim/ci.uart.sh b/tests/bsim/ci.uart.sh index ab49280e130..86c5282fa92 100755 --- a/tests/bsim/ci.uart.sh +++ b/tests/bsim/ci.uart.sh @@ -13,7 +13,8 @@ set -uex echo "UART: Single device tests" ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ - -p nrf52_bsim --fixture gpio_loopback -- -uart0_loopback + -p nrf52_bsim -p nrf5340bsim/nrf5340/cpuapp --fixture gpio_loopback \ + -- -uart0_loopback -uart1_loopback echo "UART: Multi device tests" WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh