File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
tests/bluetooth/bsim_bt/bsim_test_audio/test_scripts Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 44#
55# SPDX-License-Identifier: Apache-2.0
66
7- SIMULATION_ID=" broadcaster"
87VERBOSITY_LEVEL=2
98PROCESS_IDS=" " ; EXIT_CODE=0
109
@@ -26,6 +25,8 @@ cd ${BSIM_OUT_PATH}/bin
2625
2726printf " \n\n======== Broadcaster test =========\n\n"
2827
28+ SIMULATION_ID=" broadcaster"
29+
2930Execute ./bs_${BOARD} _tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
3031 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=broadcast_source -rs=23
3132
4344
4445printf " \n\n======== Broadcaster sink disconnect test =========\n\n"
4546
47+ SIMULATION_ID=" broadcaster_sink_disconnect"
48+
4649Execute ./bs_${BOARD} _tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
4750 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=broadcast_source -rs=23
4851
Original file line number Diff line number Diff line change 66
77# Basic CSIP test. A set coordinator connects to multiple set members
88# lock thems, unlocks them and disconnects.
9- SIMULATION_ID= " csip "
9+
1010VERBOSITY_LEVEL=2
1111PROCESS_IDS=" " ; EXIT_CODE=0
1212
@@ -28,6 +28,9 @@ cd ${BSIM_OUT_PATH}/bin
2828
2929# NORMAL TEST
3030printf " \n\n======== Running normal test ========\n\n"
31+
32+ SIMULATION_ID=" csip"
33+
3134Execute ./bs_${BOARD} _tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
3235 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
3336 -RealEncryption=1 -rs=1
5558PROCESS_IDS=" " ;
5659
5760# TEST WITH FORCE RELEASE
61+
62+ SIMULATION_ID=" csip_forced_release"
63+
5864printf " \n\n======== Running test with forced release of lock ========\n\n"
5965Execute ./bs_${BOARD} _tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
6066 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
@@ -81,6 +87,9 @@ for PROCESS_ID in $PROCESS_IDS; do
8187done
8288
8389# TEST WITH SIRK ENC
90+
91+ SIMULATION_ID=" csip_sirk_encrypted"
92+
8493printf " \n\n======== Running test with SIRK encrypted ========\n\n"
8594Execute ./bs_${BOARD} _tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
8695 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
You can’t perform that action at this time.
0 commit comments