File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tests/bsim/bluetooth/audio/test_scripts Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
#
3
- # Copyright (c) 2022 Nordic Semiconductor ASA
3
+ # Copyright (c) 2022-2023 Nordic Semiconductor ASA
4
4
#
5
5
# SPDX-License-Identifier: Apache-2.0
6
6
@@ -15,10 +15,10 @@ cd ${BSIM_OUT_PATH}/bin
15
15
printf " \n\n======== Running CAP broadcast test =========\n\n"
16
16
17
17
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
18
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_acceptor_broadcast -rs=23
18
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_broadcast -rs=46
19
19
20
20
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
21
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_initiator_broadcast -rs=46
21
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_broadcast -rs=23
22
22
23
23
# Simulation time should be larger than the WAIT_TIME in common.h
24
24
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
#
3
- # Copyright (c) 2022 Nordic Semiconductor ASA
3
+ # Copyright (c) 2022-2023 Nordic Semiconductor ASA
4
4
#
5
5
# SPDX-License-Identifier: Apache-2.0
6
6
@@ -15,10 +15,10 @@ cd ${BSIM_OUT_PATH}/bin
15
15
printf " \n\n======== Running CAP unicast test =========\n\n"
16
16
17
17
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
18
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_acceptor_unicast -rs=23
18
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_unicast -rs=46
19
19
20
20
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
21
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_initiator_unicast -rs=46
21
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_unicast -rs=23
22
22
23
23
# Simulation time should be larger than the WAIT_TIME in common.h
24
24
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ cd ${BSIM_OUT_PATH}/bin
15
15
printf " \n\n======== Running CAP unicast timeout test =========\n\n"
16
16
17
17
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
18
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_acceptor_unicast_timeout -rs=23
18
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_initiator_unicast_timeout -rs=46
19
19
20
20
Execute ./bs_${BOARD} _tests_bsim_bluetooth_audio_prj_conf \
21
- -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_initiator_unicast_timeout -rs=46
21
+ -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_acceptor_unicast_timeout -rs=23
22
22
23
23
# Simulation time should be larger than the WAIT_TIME in common.h
24
24
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
You can’t perform that action at this time.
0 commit comments