From 3a8db2715f46c738ec53c066747ae2bc62485eb5 Mon Sep 17 00:00:00 2001 From: Vinayak Kariappa Chettimada Date: Fri, 20 Sep 2024 10:42:51 +0200 Subject: [PATCH] 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 --- .../ll/bis/tests_scripts/broadcast_iso_ll_interface.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ll_interface.sh b/tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ll_interface.sh index da4b6726c70..f3061e88348 100755 --- a/tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ll_interface.sh +++ b/tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_ll_interface.sh @@ -12,10 +12,10 @@ verbosity_level=2 cd ${BSIM_OUT_PATH}/bin Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ll_interface_conf \ - -v=${verbosity_level} -s=${simulation_id} -d=0 -testid=receive + -v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=0 -testid=receive Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ll_interface_conf \ - -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=broadcast + -v=${verbosity_level} -s=${simulation_id} -RealEncryption=1 -d=1 -testid=broadcast Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \ -D=2 -sim_length=30e6 $@