Skip to content

Commit e37e72a

Browse files
aescolarkl-cruz
authored andcommitted
[nrf fromtree] tests/bsim: Also runtime test the UART drivers for the nrf54l15
To increase coverage. Note that we call twister separatedly for this target, due to the 54l15 overlays using UARTE20 which is indexed in simulation as "2", but as the nrf52833 does not have 3 instances. So "-uart2_loopback" is not a valid option for a 52833 executable. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 4558056)
1 parent edd65be commit e37e72a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/bsim/ci.uart.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ cd ${ZEPHYR_BASE}
1212
set -uex
1313

1414
echo "UART: Single device tests"
15+
echo " nRF52833 & 5340:"
1516
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
1617
-p nrf52_bsim --fixture gpio_loopback -- -uart0_loopback
1718

19+
echo " nRF54L15:"
20+
${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
21+
-p nrf54l15bsim/nrf54l15/cpuapp --fixture gpio_loopback \
22+
-- -uart2_loopback
23+
1824
echo "UART: Multi device tests"
1925
WORK_DIR=${ZEPHYR_BASE}/bsim_uart nice tests/bsim/drivers/uart/compile.sh
2026
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.uart.52.xml \

0 commit comments

Comments
 (0)