zephyr/tests/bluetooth/bsim_bt
Aleksander Wasaznik 21e5dcb42a Bluetooth: Replace 'bt_addr_le_cmp(x) == 0' with 'bt_addr_le_eq(x)'
These should be equivalent. The '_eq'-form is more readable.

Signed-off-by: Aleksander Wasaznik <aleksander.wasaznik@nordicsemi.no>
2022-10-19 15:40:18 +03: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 tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
bsim_test_audio Bluetooth: Replace 'bt_addr_le_cmp(x) == 0' with 'bt_addr_le_eq(x)' 2022-10-19 15:40:18 +03: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 tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
bsim_test_gatt_caching Bluetooth: Tests: Use chan_opt BT_ATT_CHAN_ANY 2022-08-19 11:59:52 +02:00
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: controller: updated BSIM ISO ISO-AL emit callback I/F 2022-10-03 13:22:13 +02: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 Bluetooth: Tests: Add tests for EATT flag API 2022-08-19 11:59:52 +02:00
bsim_test_notify_multiple Bluetooth: Host: Add bsim test for GATT multi notify 2022-08-19 14:09:43 +02:00
edtt_ble_test_app test: Bluetooth: EDTT: Disable invalid tests 2022-10-03 10:08:34 +02:00
_compile_permutate_kconfigs.sh
compile.sh tests: Bluetooth: Mesh: add proxy mix mesh bsim test 2022-10-03 10:12:34 +02:00
compile.source tests: bluetooth: BSIM tests compile function enhancement 2022-10-03 10:13:51 +02:00
README.txt
run_parallel.sh

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