Skip to content

Commit e7f6b94

Browse files
aescolarPavelVPV
authored andcommitted
[nrf fromtree] tests/bsim/bluetooth/host/adv/encrypted: Enable RealEncryption
Let's run tests with security/privacy with the HW models acutually running the encryptions, so in case of missaligned keys tests fail. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 3726cf3)
1 parent f117839 commit e7f6b94

File tree

1 file changed

+2
-2
lines changed
  • tests/bsim/bluetooth/host/adv/encrypted/ead_sample/test_scripts

1 file changed

+2
-2
lines changed

tests/bsim/bluetooth/host/adv/encrypted/ead_sample/test_scripts/ead_sample.sh

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

1212
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_adv_encrypted_ead_sample_prj_conf \
13-
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
13+
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central -RealEncryption=1
1414

1515
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_host_adv_encrypted_ead_sample_prj_conf \
16-
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral
16+
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -RealEncryption=1
1717

1818
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
1919
-D=2 -sim_length=60e6 $@

0 commit comments

Comments
 (0)