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 <vich@nordicsemi.no>
This commit is contained in:
parent
9678ff2041
commit
3a8db2715f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue