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:
parent
0209fa4196
commit
1a67e910b8
3 changed files with 29 additions and 0 deletions
18
tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
Executable file
18
tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh
Executable 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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue