zephyr/tests/bluetooth/bsim_bt
Emil Gydesen 42da370df5 Bluetooth: Use ATT FIRST/LAST attribute handle defines where applicable
Change to use the BT_ATT_FIRST_ATTTRIBUTE_HANDLE and
BT_ATT_LAST_ATTTRIBUTE_HANDLE instead of the literal values where
applicable.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-04-08 16:35:57 +02:00
..
bsim_test_advx tests: Bluetooth: bsim: Periodic Advertising Report generation 2020-11-23 17:01:50 +01:00
bsim_test_app Bluetooth: Use ATT FIRST/LAST attribute handle defines where applicable 2021-04-08 16:35:57 +02:00
bsim_test_iso tests: Bluetooth: bsim: Fix ISO test to establish periodic sync 2021-02-15 08:03:22 -05:00
bsim_test_mesh Bluetooth: Mesh: Friendship BabbleSim tests 2021-03-19 11:07:31 +02:00
edtt_ble_test_app kernel: remove tickless idle 2021-03-19 11:22:17 -04:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
compile.sh Bluetooth: Mesh: Add bsim tests for transport 2021-03-12 16:17:27 +02:00
run_parallel.sh bsim_bt: run_parallel.sh: Fix execution without explicit SEARCH_PATH 2021-03-03 13:21:35 +01:00

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