Skip to content

Commit be7445d

Browse files
cvinayaknashif
authored andcommitted
tests: bsim: Bluetooth: central_hr_peripheral_hr for nrf54l15bsim
Enable central HR peripheral HR samples for nrf54l15bsim. RealEncryption is BabbleSIM is not enabled as nRF54L port in Zephyr Controller is not yet supported and the test is also not using security (SMP pairing). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 32f07a5 commit be7445d

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ source ${ZEPHYR_BASE}/tests/bsim/compile.source
1515

1616
app=tests/bsim/bluetooth/ll/multiple_id compile
1717

18+
run_in_background ${ZEPHYR_BASE}/tests/bsim/bluetooth/samples/compile.sh
19+
1820
wait_for_background_jobs

tests/bsim/bluetooth/samples/central_hr_peripheral_hr/tests_scripts/central_hr_peripheral_hr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
1111
cd ${BSIM_OUT_PATH}/bin
1212

1313
Execute ./bs_${BOARD_TS}_samples_bluetooth_peripheral_hr_prj_conf \
14-
-v=${verbosity_level} -s=${simulation_id} -d=0 -RealEncryption=1
14+
-v=${verbosity_level} -s=${simulation_id} -d=0
1515

1616
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_samples_central_hr_peripheral_hr_prj_conf \
17-
-v=${verbosity_level} -s=${simulation_id} -d=1 -RealEncryption=1 \
17+
-v=${verbosity_level} -s=${simulation_id} -d=1 \
1818
-testid=central_hr_peripheral_hr
1919

2020
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \

tests/bsim/bluetooth/samples/central_hr_peripheral_hr/tests_scripts/central_hr_peripheral_hr_extended.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ EXECUTE_TIMEOUT=60
1212
cd ${BSIM_OUT_PATH}/bin
1313

1414
Execute ./bs_${BOARD_TS}_samples_bluetooth_peripheral_hr_prj_conf_overlay-extended_conf \
15-
-v=${verbosity_level} -s=${simulation_id} -d=0 -RealEncryption=1
15+
-v=${verbosity_level} -s=${simulation_id} -d=0
1616

1717
Execute ./bs_${BOARD_TS}_${test_long_name}_prj_conf_overlay-extended_conf \
18-
-v=${verbosity_level} -s=${simulation_id} -d=1 -RealEncryption=1 \
18+
-v=${verbosity_level} -s=${simulation_id} -d=1 \
1919
-testid=central_hr_peripheral_hr
2020

2121
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \

tests/bsim/bluetooth/samples/central_hr_peripheral_hr/tests_scripts/central_hr_peripheral_hr_phy_coded.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ EXECUTE_TIMEOUT=60
1212
cd ${BSIM_OUT_PATH}/bin
1313

1414
Execute ./bs_${BOARD_TS}_samples_bluetooth_peripheral_hr_prj_conf_overlay-phy_coded_conf \
15-
-v=${verbosity_level} -s=${simulation_id} -d=0 -RealEncryption=1
15+
-v=${verbosity_level} -s=${simulation_id} -d=0
1616

1717
Execute ./bs_${BOARD_TS}_${test_long_name}_prj_conf_overlay-phy_coded_conf \
18-
-v=${verbosity_level} -s=${simulation_id} -d=1 -RealEncryption=1 \
18+
-v=${verbosity_level} -s=${simulation_id} -d=1 \
1919
-testid=central_hr_peripheral_hr
2020

2121
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Search paths(s) for tests which will be run in the nrf54l15 app core
22
# This file is used in CI to select which tests are run
33
tests/bsim/bluetooth/ll/multiple_id/tests_scripts/multiple.sh
4+
tests/bsim/bluetooth/samples/central_hr_peripheral_hr/

0 commit comments

Comments
 (0)