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> |
||
|---|---|---|
| .. | ||
| bsim_test_advx | ||
| bsim_test_app | ||
| bsim_test_audio | ||
| bsim_test_eatt | ||
| bsim_test_eatt_notif | ||
| bsim_test_gatt | ||
| bsim_test_gatt_caching | ||
| bsim_test_gatt_write | ||
| bsim_test_iso | ||
| bsim_test_l2cap | ||
| bsim_test_mesh | ||
| bsim_test_multiple | ||
| bsim_test_notify | ||
| edtt_ble_test_app | ||
| _compile_permutate_kconfigs.sh | ||
| compile.sh | ||
| compile.source | ||
| 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