Skip to content

Commit 3a8db27

Browse files
cvinayakkartben
authored andcommitted
tests: bsim: Bluetooth: Add -RealEncryption=1 to pass in-system UT
BSIM tests that enabled CONFIG_BT_CTLR_TEST=y now require -RealEncryption to pass the Controller's in-system unit test of ECB module. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 9678ff2 commit 3a8db27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ll_interface.sh

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

1414
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ll_interface_conf \
15-
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=receive
15+
-v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=0 -testid=receive
1616

1717
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ll_interface_conf \
18-
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast
18+
-v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=1 -testid=broadcast
1919

2020
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
2121
-D=2 -sim_length=30e6 $@

0 commit comments

Comments
 (0)