File tree Expand file tree Collapse file tree 4 files changed +12
-23
lines changed
host/misc/conn_stress/scripts Expand file tree Collapse file tree 4 files changed +12
-23
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,12 @@ function Execute(){
23
23
}
24
24
25
25
test_path=" bsim_bluetooth_host_misc_conn_stress"
26
- bsim_central_exe_name=" bs_nrf52_ ${test_path} _central_prj_conf"
27
- bsim_peripheral_exe_name=" bs_nrf52_ ${test_path} _peripheral_prj_conf"
26
+ bsim_central_exe_name=" bs_ ${BOARD_TS} _ ${test_path} _central_prj_conf"
27
+ bsim_peripheral_exe_name=" bs_ ${BOARD_TS} _ ${test_path} _peripheral_prj_conf"
28
28
29
29
# terminate running simulations (if any)
30
30
${BSIM_COMPONENTS_PATH} /common/stop_bsim.sh $simulation_id
31
31
32
- # (re)Build the central & peripheral images. Don't continue if build fails.
33
- west build -b ${BOARD} -d build_central central && \
34
- cp build_central/zephyr/zephyr.exe \
35
- " ${BSIM_OUT_PATH} /bin/${bsim_central_exe_name} " \
36
- || exit 1
37
-
38
- west build -b ${BOARD} -d build_peripheral peripheral && \
39
- cp build_peripheral/zephyr/zephyr.exe \
40
- " ${BSIM_OUT_PATH} /bin/${bsim_peripheral_exe_name} " \
41
- || exit 1
42
-
43
32
cd ${BSIM_OUT_PATH} /bin
44
33
45
34
bsim_args=" -RealEncryption=1 -v=2 -s=${simulation_id} "
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ DEBUG_PERMUTATE=false
14
14
directory} "
15
15
16
16
source ${ZEPHYR_BASE} /tests/bsim/compile.source
17
-
18
17
BOARD_ROOT=" ${BOARD_ROOT:- ${ZEPHYR_BASE} } "
18
+ BOARD_TS=" ${BOARD// \/ / _} "
19
19
20
20
mkdir -p ${WORK_DIR}
21
21
Original file line number Diff line number Diff line change 8
8
bluetooth.ll.bis :
9
9
sysbuild : true
10
10
platform_allow :
11
- - nrf52_bsim
11
+ - nrf52_bsim/native
12
12
- nrf5340bsim/nrf5340/cpuapp
13
13
- nrf5340bsim/nrf5340/cpunet
14
14
integration_platforms :
15
- - nrf52_bsim
15
+ - nrf52_bsim/native
16
16
- nrf5340bsim/nrf5340/cpuapp
17
17
- nrf5340bsim/nrf5340/cpunet
18
18
harness : bsim
@@ -21,32 +21,32 @@ tests:
21
21
bluetooth.ll.bis_ticker_expire_info :
22
22
extra_args : EXTRA_CONF_FILE=overlay-ticker_expire_info.conf
23
23
platform_allow :
24
- - nrf52_bsim
24
+ - nrf52_bsim/native
25
25
- nrf5340bsim/nrf5340/cpunet
26
26
integration_platforms :
27
- - nrf52_bsim
27
+ - nrf52_bsim/native
28
28
- nrf5340bsim/nrf5340/cpunet
29
29
harness : bsim
30
30
harness_config :
31
31
bsim_exe_name : tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ticker_expire_info_conf
32
32
bluetooth.ll.bis_vs_dp :
33
33
extra_args : CONF_FILE=prj_vs_dp.conf
34
34
platform_allow :
35
- - nrf52_bsim
35
+ - nrf52_bsim/native
36
36
- nrf5340bsim/nrf5340/cpunet
37
37
integration_platforms :
38
- - nrf52_bsim
38
+ - nrf52_bsim/native
39
39
- nrf5340bsim/nrf5340/cpunet
40
40
harness : bsim
41
41
harness_config :
42
42
bsim_exe_name : tests_bsim_bluetooth_ll_bis_prj_vs_dp_conf
43
43
bluetooth.ll.bis_past :
44
44
extra_args : CONF_FILE=prj_past.conf
45
45
platform_allow :
46
- - nrf52_bsim
46
+ - nrf52_bsim/native
47
47
- nrf5340bsim/nrf5340/cpunet
48
48
integration_platforms :
49
- - nrf52_bsim
49
+ - nrf52_bsim/native
50
50
- nrf5340bsim/nrf5340/cpunet
51
51
harness : bsim
52
52
harness_config :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Then separately, call
50
50
51
51
...code-block::
52
52
53
- gdb bs_nrf52_bsim_tests_bsim_bluetooth_mesh_prj_conf \
53
+ gdb bs_nrf52_bsim_native_tests_bsim_bluetooth_mesh_prj_conf \
54
54
-s=mesh_transport_seg_block -d=0 -RealEncryption=1 \
55
55
-testid=transport_tx_seg_block
56
56
You can’t perform that action at this time.
0 commit comments