Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase bsim tests watchdog deadline - again #80916

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ static void abort_cb(struct lll_prepare_param *prepare_param, void *param)
LL_ASSERT(e);

e->type = EVENT_DONE_EXTRA_TYPE_SYNC_ISO;
e->estab_failed = 0U;
e->trx_cnt = 0U;
e->crc_valid = 0U;

Expand Down Expand Up @@ -1281,6 +1282,7 @@ static void isr_rx_done(void *param)

/* Calculate and place the drift information in done event */
e->type = EVENT_DONE_EXTRA_TYPE_SYNC_ISO;
e->estab_failed = 0U;
e->trx_cnt = trx_cnt;
e->crc_valid = crc_ok_anchor;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="bass_client_sync"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

SIMULATION_ID="bap_broadcast_audio_assistant"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="bap_broadcast_audio_assistant_incorrect_code"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=180

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="unicast_audio"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="unicast_audio_acl_disconnect"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/cap_broadcast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_broadcast"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_capture_and_render"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/cap_unicast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_unicast"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_unicast_ase_error"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_unicast_inval"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

SIMULATION_ID="cap_unicast_timeout"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=240

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_new_sirk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_no_lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/csip_no_rank.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/audio/test_scripts/csip_no_size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=60
EXECUTE_TIMEOUT=180

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/audio/test_scripts/tbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

SIMULATION_ID="tbs_ccp"
VERBOSITY_LEVEL=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

simulation_id="cap_broadcast_test"
verbosity_level=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

simulation_id="cap_unicast_test"
verbosity_level=2
EXECUTE_TIMEOUT=120

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/host/att/pipeline/test_scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tester_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_pipeline_tester_prj_con
simulation_id="att_pipeline"
verbosity_level=2
sim_length_us=100e6
EXECUTE_TIMEOUT=240

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ tester_exe="bs_${BOARD_TS}_tests_bsim_bluetooth_host_att_pipeline_tester_prj_con
simulation_id="att_pipeline_test_tolerate_pipeline_variant_rx_tx_prio_invert"
verbosity_level=2
sim_length_us=100e6
EXECUTE_TIMEOUT=240

cd ${BSIM_OUT_PATH}/bin

Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/host/att/timeout/test_scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set -eu -x

source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
EXECUTE_TIMEOUT=120

simulation_id="timeout"
dev_exe=bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
simulation_id="ccc_store"
verbosity_level=2
EXECUTE_TIMEOUT=60

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_2_conf"
simulation_id="ccc_store_2"
verbosity_level=2
EXECUTE_TIMEOUT=60

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

simulation_id="iso_cis_disable"
verbosity_level=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
test_name="$(guess_test_long_name)"
simulation_id=${test_name}
verbosity_level=2
EXECUTE_TIMEOUT=120

# sixty-second (maximum) sim time.
# The test will exit simulation as soon as it has passed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

verbosity_level=2
simulation_id="host_privacy_peripheral"
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

central_exe="${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
peripheral_exe="${central_exe}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

verbosity_level=2
simulation_id="rpa_expired"
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

central_exe_rpa_expired="\
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_expired_conf"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

verbosity_level=2
simulation_id="$(guess_test_long_name)_rpa_sharing"
EXECUTE_TIMEOUT=60
EXECUTE_TIMEOUT=240

central_exe_rpa_sharing="\
${BSIM_OUT_PATH}/bin/bs_${BOARD_TS}_$(guess_test_long_name)_prj_rpa_sharing_conf"
Expand Down
1 change: 1 addition & 0 deletions tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# to the BIS.
simulation_id="broadcast_iso"
verbosity_level=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# to the BIS.
simulation_id="broadcast_iso_scan_aux_use_chains"
verbosity_level=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# to the BIS.
simulation_id="broadcast_iso_ticker_expire_info"
verbosity_level=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
2 changes: 1 addition & 1 deletion tests/bsim/bluetooth/ll/cis/tests_scripts/connected_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# 1 CIS each to 9 Peripherals (9 CIS in a CIG)
simulation_id="connected_iso"
verbosity_level=2
EXECUTE_TIMEOUT=200
EXECUTE_TIMEOUT=600

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# 1 CIS each to 9 Peripherals (9 CIS in a CIG)
simulation_id="connected_iso_legacy_adv"
verbosity_level=2
EXECUTE_TIMEOUT=200
EXECUTE_TIMEOUT=500

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# Basic Connected ISO test: multiple peripheral CIS establishment
simulation_id="connected_iso_peripheral_cis"
verbosity_level=2
EXECUTE_TIMEOUT=100
EXECUTE_TIMEOUT=240

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source
# interval
simulation_id="basic_conn_split_1ms"
verbosity_level=2
EXECUTE_TIMEOUT=120

cd ${BSIM_OUT_PATH}/bin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source ${ZEPHYR_BASE}/tests/bsim/sh_common.source

simulation_id="ll-throughput"
verbosity_level=2
EXECUTE_TIMEOUT=60
EXECUTE_TIMEOUT=240

cd ${BSIM_OUT_PATH}/bin

Expand Down
Loading