tests/bsim: Test also nrf54l15bsim

Also run the multiple_id test on the nrf54l15bsim target
to validate the controller when running on this
platform which has both a different RADIO and other
peripherals.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-06-11 10:38:39 +02:00 committed by Alberto Escolar
commit 1a67e910b8
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
# Copyright 2018 Oticon A/S
# SPDX-License-Identifier: Apache-2.0
# Compile all the applications needed by the Bluetooth bsim tests on the
# nrf54l15bsim/nrf54l15/cpuapp
#set -x #uncomment this line for debugging
set -ue
: "${ZEPHYR_BASE:?ZEPHYR_BASE must be set to point to the zephyr root directory}"
export BOARD="${BOARD:-nrf54l15bsim/nrf54l15/cpuapp}"
source ${ZEPHYR_BASE}/tests/bsim/compile.source
app=tests/bsim/bluetooth/ll/multiple_id compile
wait_for_background_jobs

View file

@ -0,0 +1,3 @@
# Search paths(s) for tests which will be run in the nrf54l15 app core
# This file is used in CI to select which tests are run
tests/bsim/bluetooth/ll/multiple_id/tests_scripts/multiple.sh

View file

@ -33,3 +33,11 @@ BOARD=nrf5340bsim/nrf5340/cpuapp \
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.53_cpuapp.xml \
TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \
tests/bsim/run_parallel.sh
# nrf54l15bsim/nrf54l15/cpuapp set:
nice tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
BOARD=nrf54l15bsim/nrf54l15/cpuapp \
RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.bt.54l15_cpuapp.xml \
TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
tests/bsim/run_parallel.sh