zephyr/tests/bluetooth/bsim_bt
Jacob Siverskog 046f29a8cb Bluetooth: ATT: Fix typo in defines
Fix typo in ATT first/last attribute defines.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2021-10-23 20:39:36 -04:00
..
bsim_test_advx tests: Bluetooth: bsim: Updated advx tests with periodic adv list 2021-10-01 21:48:51 +02:00
bsim_test_app Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
bsim_test_audio Bluetooth: Audio: Fix vcs_client_test duplicate conn_callbacks 2021-09-07 09:56:35 +02:00
bsim_test_iso tests: Bluetooth: bsim_test_iso: Change wait time in BIG receiver 2021-10-07 21:36:55 -04:00
bsim_test_mesh test: Bluetooth: Mesh: subscription tree of extended models 2021-10-13 10:12:11 -04:00
bsim_test_multiple
edtt_ble_test_app tests: Bluetooth: bsim: Use separate DUT and TST EDTT builds 2021-09-30 11:47:57 +02:00
README.txt
compile.sh tests: Bluetooth: bsim: Use separate DUT and TST EDTT builds 2021-09-30 11:47:57 +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