zephyr/tests/bluetooth/bsim_bt
Andries Kruithof d2d241ac9a Bluetooth: llcp: test: fix bsim test for eatt
The Babblesim test for eatt for reconfiguration of MTU is not
foolproof. Central actually generates two mtu update events.
This is fixed by only setting the reconfigured flag when the MTU actually
changes to the new values

In the Babblesim test for eatt for collision the peripheral
needs to sync with central to ensure collisions occur.

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
2022-08-10 12:39:16 +02:00
..
bsim_test_advx Bluetooth: Controller: Fix filter accept list and privacy default 2022-05-26 12:26:43 +02:00
bsim_test_app tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
bsim_test_audio Bluetooth: Audio: Unicast client read available contexts 2022-07-28 08:29:29 +02:00
bsim_test_eatt Bluetooth: llcp: test: fix bsim test for eatt 2022-08-10 12:39:16 +02:00
bsim_test_eatt_notif Bluetooth: gatt: check subscription before notifying 2022-07-12 11:14:29 +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: att: Fix EATT channel security requirements 2022-07-05 12:19:07 +02:00
bsim_test_gatt_write tests: Bluetooth: bsim: Add GATT Write test 2022-06-22 12:22:29 +02:00
bsim_test_iso Bluetooth: ISO: Rename sn to seq_num 2022-06-07 18:53:44 +02:00
bsim_test_l2cap tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bsim_test_mesh Bluetooth: Mesh: Fix unable iv recovery 0 0 -> 1 0 2022-07-28 19:47:36 +01:00
bsim_test_multiple tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
bsim_test_notify Bluetooth; GATT: don't immediately cancel CCC write request 2022-07-15 10:01:15 +02:00
edtt_ble_test_app doxygen: remove redundant usages of def 2022-08-09 12:29:28 +02:00
_compile_permutate_kconfigs.sh Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
compile.sh Bluetooth: att: Fix EATT channel security requirements 2022-07-05 12:19:07 +02:00
compile.source bsim: test: fix missing warnings in bsim test build system 2022-01-03 20:35:20 +01:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
run_parallel.sh everywhere: fix typos 2022-03-18 13:24:08 -04:00

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