Skip to content

Commit

Permalink
tests: Bluetooth: restructure bsim_bt directory
Browse files Browse the repository at this point in the history
This commit separates each test by layer level.

Obviously the tests will run the whole stack, but they should be separated
by which component/layer they intend on testing.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
  • Loading branch information
jori-nordic authored and carlescufi committed Feb 23, 2023
1 parent cdae0bb commit 2a9eda2
Show file tree
Hide file tree
Showing 472 changed files with 234 additions and 224 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bluetooth-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ".github/workflows/bluetooth-test*.yaml"
- "west.yml"
- "subsys/bluetooth/**"
- "tests/bluetooth/bsim_bt/**"
- "tests/bluetooth/bsim/**"
- "boards/posix/**"
- "soc/posix/**"
- "arch/posix/**"
Expand Down Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Run Bluetooth Tests with BSIM
run: |
export ZEPHYR_BASE=${PWD}
WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh
WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/${bsim_bt_test_results_file} \
SEARCH_PATH=tests/bluetooth/bsim_bt/ tests/bluetooth/bsim_bt/run_parallel.sh
SEARCH_PATH=tests/bluetooth/bsim/ tests/bluetooth/bsim/run_parallel.sh
- name: Upload Test Results
if: always()
Expand Down
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -823,9 +823,9 @@ scripts/build/gen_image_info.py @tejlmand
/tests/boards/native_posix/ @aescolar @daor-oti
/tests/bluetooth/ @alwa-nordic @jhedberg @Vudentz @sjanc
/tests/bluetooth/controller/ @cvinayak @thoh-ot @kruithofa @erbr-ot @sjanc @ppryga
/tests/bluetooth/bsim_bt/ @alwa-nordic @jhedberg @Vudentz @wopu-ot
/tests/bluetooth/bsim_bt/bsim_test_audio/ @jhedberg @Vudentz @wopu-ot @Thalley
/tests/bluetooth/bsim_bt/bsim_test_mesh/ @jhedberg @Vudentz @wopu-ot @PavelVPV
/tests/bluetooth/bsim/ @alwa-nordic @jhedberg @Vudentz @wopu-ot
/tests/bluetooth/bsim/audio/ @jhedberg @Vudentz @wopu-ot @Thalley
/tests/bluetooth/bsim/mesh/ @jhedberg @Vudentz @wopu-ot @PavelVPV
/tests/bluetooth/mesh_shell/ @jhedberg @Vudentz @sjanc @PavelVPV
/tests/bluetooth/tester/ @alwa-nordic @jhedberg @Vudentz @sjanc
/tests/posix/ @cfriedt
Expand Down
4 changes: 2 additions & 2 deletions MAINTAINERS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Bluetooth:
- samples/bluetooth/mesh/
- subsys/bluetooth/audio/
- include/zephyr/bluetooth/audio/
- tests/bluetooth/bsim_bt/bsim_test_audio/
- tests/bluetooth/bsim/audio/
- tests/bluetooth/controller/
- tests/bluetooth/mesh_*/
- tests/bluetooth/mesh/
Expand Down Expand Up @@ -271,7 +271,7 @@ Bluetooth Audio:
files:
- subsys/bluetooth/audio/
- include/zephyr/bluetooth/audio/
- tests/bluetooth/bsim_bt/bsim_test_audio/
- tests/bluetooth/bsim/audio/
- tests/bluetooth/shell/audio*
labels:
- "area: Bluetooth Audio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ the needed images and execute these tests in batch.
You can also run them manually if desired, but be sure to call them setting
the variables they expect. For example, from Zephyr's root folder, you can run:

WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim_bt/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim_bt/bsim_test_app/tests_scripts tests/bluetooth/bsim_bt/run_parallel.sh
WORK_DIR=${ZEPHYR_BASE}/bsim_bt_out tests/bluetooth/bsim/compile.sh
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim tests/bluetooth/bsim/run_parallel.sh

Or to run only a specific subset, e.g. host advertising tests:
RESULTS_FILE=${ZEPHYR_BASE}/myresults.xml SEARCH_PATH=tests/bluetooth/bsim/host/adv tests/bluetooth/bsim/run_parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BOARD_ROOT="${BOARD_ROOT:-${ZEPHYR_BASE}}"

mkdir -p ${WORK_DIR}

source ${ZEPHYR_BASE}/tests/bluetooth/bsim_bt/compile.source
source ${ZEPHYR_BASE}/tests/bluetooth/bsim/compile.source


declare -a list=(
Expand Down Expand Up @@ -62,7 +62,7 @@ perm_compile() {
echo "Compile with config overlay:"
cat $3
fi
local app=tests/bluetooth/bsim_bt/edtt_ble_test_app/hci_test_app
local app=tests/bluetooth/bsim/ll/edtt/hci_test_app
local conf_file=prj_dut.conf
local conf_overlay=$3
compile
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running BASS and BASS client test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=bap_scan_delegator \
-rs=24

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
-testid=bap_broadcast_assistant -rs=46

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=bass_broadcaster -rs=69

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ printf "\n\n======== Broadcaster test =========\n\n"

SIMULATION_ID="broadcaster"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=broadcast_source -rs=23


Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=broadcast_sink -rs=27

# Simulation time should be larger than the WAIT_TIME in common.h
Expand All @@ -46,11 +46,11 @@ printf "\n\n======== Broadcaster sink disconnect test =========\n\n"

SIMULATION_ID="broadcaster_sink_disconnect"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=broadcast_source -rs=23


Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 \
-testid=broadcast_sink_disconnect -rs=27

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running CAP broadcast test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_acceptor_broadcast -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_initiator_broadcast -rs=46

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running CAP unicast test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=cap_acceptor_unicast -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=cap_initiator_unicast -rs=46

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ printf "\n\n======== Running normal test ========\n\n"

SIMULATION_ID="csip"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
-RealEncryption=1 -rs=1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
-RealEncryption=1 -rs=2 -argstest rank 1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
-RealEncryption=1 -rs=3 -argstest rank 2

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member \
-RealEncryption=1 -rs=4 -argstest rank 3

Expand All @@ -62,19 +62,19 @@ PROCESS_IDS="";
SIMULATION_ID="csip_forced_release"

printf "\n\n======== Running test with forced release of lock ========\n\n"
Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
-RealEncryption=1 -rs=1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member \
-RealEncryption=1 -rs=2 -argstest rank 1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member \
-RealEncryption=1 -rs=3 -argstest rank 2

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_release \
-RealEncryption=1 -rs=4 -argstest rank 3

Expand All @@ -91,19 +91,19 @@ done
SIMULATION_ID="csip_sirk_encrypted"

printf "\n\n======== Running test with SIRK encrypted ========\n\n"
Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=csip_set_coordinator \
-RealEncryption=1 -rs=1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=csip_set_member_enc \
-RealEncryption=1 -rs=2 -argstest rank 1

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=csip_set_member_enc \
-RealEncryption=1 -rs=3 -argstest rank 2

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=3 -testid=csip_set_member_enc \
-RealEncryption=1 -rs=4 -argstest rank 3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running HAS main (API) test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=has -rs=24

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=has_client -rs=46

Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running IAS main (API) test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=ias -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=ias_client -rs=6

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running MCS and MCC test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=mcc -rs=46

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=mcs -rs=23

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running media controller local_player test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=media_controller_local_player -rs=23

# Simulation time should be larger than the WAIT_TIME in common.h
Expand All @@ -39,10 +39,10 @@ done

printf "\n\n======== Running media controller remote_player test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=media_controller_remote_player -rs=46

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=media_controller_server -rs=23

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n==== Running MICP Microphone Device Only (API) test ====n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=micp_mic_dev_only -rs=23

# Simulation time should be larger than the WAIT_TIME in common.h
Expand All @@ -39,10 +39,10 @@ done

printf "\n\n==== Running MICP Microphone Device and MICP Microphone Controller test ====n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=micp_mic_dev -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=micp_mic_ctlr -rs=46

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ BOARD="${BOARD:-nrf52_bsim}"

cd ${BSIM_OUT_PATH}/bin

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=tbs -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=tbs_client -rs=6

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Unicast Audio test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=unicast_client -rs=23


Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=unicast_server -rs=27

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ${BSIM_OUT_PATH}/bin

printf "\n\n======== Running VCP Volume Renderer standalone (API) test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0
-testid=vcp_vol_rend_standalone -rs=23

Expand All @@ -40,10 +40,10 @@ done

printf "\n\n======== Running VCP Volume Renderer and VCP Volume Controller test =========\n\n"

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=0 -testid=vcp_vol_rend -rs=23

Execute ./bs_${BOARD}_tests_bluetooth_bsim_bt_bsim_test_audio_prj_conf \
Execute ./bs_${BOARD}_tests_bluetooth_bsim_audio_prj_conf \
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=1 -testid=vcp_vol_ctlr -rs=46

# Simulation time should be larger than the WAIT_TIME in common.h
Expand Down
Loading

0 comments on commit 2a9eda2

Please sign in to comment.