File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tests/bsim/bluetooth/ll/multiple_id/tests_scripts Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ EXECUTE_TIMEOUT=1600
11
11
12
12
cd ${BSIM_OUT_PATH} /bin
13
13
14
- Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf \
14
+ Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncryption=1 \
15
15
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central
16
16
17
- Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf\
17
+ Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncryption=1 \
18
18
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -rs=6
19
19
20
20
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ EXECUTE_TIMEOUT=1600
11
11
12
12
cd ${BSIM_OUT_PATH} /bin
13
13
14
- Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf \
14
+ Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncryption=1 \
15
15
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=peripheral_multilink
16
16
17
17
central_count=20
@@ -20,7 +20,7 @@ for device in `seq 1 $central_count`; do
20
20
let rs=$device * 7
21
21
22
22
Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf \
23
- -v=${verbosity_level} -s=${simulation_id} -d=$device -rs=$rs \
23
+ -v=${verbosity_level} -s=${simulation_id} -d=$device -rs=$rs -RealEncryption=1 \
24
24
-testid=central_single
25
25
done
26
26
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ EXECUTE_TIMEOUT=1600
11
11
12
12
cd ${BSIM_OUT_PATH} /bin
13
13
14
- Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf \
14
+ Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncryption=1 \
15
15
-v=${verbosity_level} -s=${simulation_id} -d=0 -testid=central_multiple
16
16
17
17
peripheral_count=20
18
18
19
19
for device in ` seq 1 $peripheral_count ` ; do
20
20
let rs=$device * 7
21
21
22
- Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf \
22
+ Execute ./bs_${BOARD_TS} _tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncryption=1 \
23
23
-v=${verbosity_level} -s=${simulation_id} -d=$device -rs=$rs \
24
24
-testid=peripheral_single
25
25
done
You can’t perform that action at this time.
0 commit comments