zephyr/tests/bluetooth/bsim_bt
Emil Gydesen 460ac477c1 tests: Bluetooth: Update broadcast_iso test to support PA sync term cb
The callback is now called whenever the PA sync is terminated,
even if it was locally terminated. The test case has been
updated to handle that.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-10-28 07:56:41 +00:00
..
bsim_test_adv_chain Bluetooth: Controller: Add Kconfig for experimental AD Data Chaining 2022-09-08 10:12:56 +02:00
bsim_test_advx Bluetooth: Replace all '!bt_addr_le_cmp' with 'bt_addr_le_eq' 2022-10-19 15:40:18 +03:00
bsim_test_app
bsim_test_audio Bluetooth: audio: pacs: Replace capabilities API with pacs 2022-10-26 08:49:00 +02:00
bsim_test_bond_overwrite_allowed Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_bond_overwrite_denied Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_eatt Bluetooth: att: limit EATT MTU to max buffer size 2022-09-29 10:16:57 +00:00
bsim_test_eatt_notif Bluetooth: Tests: Fix uninitialized value in eatt_notif test 2022-09-28 13:12:08 +02:00
bsim_test_gatt
bsim_test_gatt_caching
bsim_test_gatt_write includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bsim_test_iso tests: Bluetooth: Update broadcast_iso test to support PA sync term cb 2022-10-28 07:56:41 +00:00
bsim_test_l2cap
bsim_test_l2cap_stress Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
bsim_test_l2cap_userdata Bluetooth: Test: Add test to verify L2CAP sending not changing user data 2022-09-01 14:58:08 +00:00
bsim_test_mesh tests: Bluetooth: Mesh: adv test buffer management 2022-10-11 11:11:57 +02:00
bsim_test_multiple Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
bsim_test_notify
bsim_test_notify_multiple
edtt_ble_test_app test: Bluetooth: EDTT: Disable invalid tests 2022-10-03 10:08:34 +02:00
README.txt
_compile_permutate_kconfigs.sh
compile.sh Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
compile.source tests: bluetooth: BSIM tests compile function enhancement 2022-10-03 10:13:51 +02:00
run_parallel.sh

README.txt

This folder contains tests meant to be run with BabbleSim's physical layer
simulation, and therefore cannot be run directly from twister

The compile.sh and run_parallel.sh scripts are used by the CI system to build
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