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 11#! /usr/bin/env bash
22#
3- # Copyright (c) 2022 Nordic Semiconductor ASA
3+ # Copyright (c) 2022-2023 Nordic Semiconductor ASA
44#
55# SPDX-License-Identifier: Apache-2.0
66
@@ -15,10 +15,10 @@ cd ${BSIM_OUT_PATH}/bin
1515printf " \n\n======== Running CAP broadcast test =========\n\n"
1616
1717Execute ./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
1919
2020Execute ./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
2222
2323# Simulation time should be larger than the WAIT_TIME in common.h
2424Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Copyright (c) 2022 Nordic Semiconductor ASA
3+ # Copyright (c) 2022-2023 Nordic Semiconductor ASA
44#
55# SPDX-License-Identifier: Apache-2.0
66
@@ -15,10 +15,10 @@ cd ${BSIM_OUT_PATH}/bin
1515printf " \n\n======== Running CAP unicast test =========\n\n"
1616
1717Execute ./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
1919
2020Execute ./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
2222
2323# Simulation time should be larger than the WAIT_TIME in common.h
2424Execute ./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
1515printf " \n\n======== Running CAP unicast timeout test =========\n\n"
1616
1717Execute ./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
1919
2020Execute ./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
2222
2323# Simulation time should be larger than the WAIT_TIME in common.h
2424Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
You can’t perform that action at this time.
0 commit comments