zephyr/tests/bluetooth/bsim_bt
Carles Cufi 76bf881e42 Bluetooth: controller: Replace whitelist with FAL
Replace the old whitelist-related terms with the new filter accept list
one from the Bluetooth spec v5.3.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2021-09-21 13:01:29 +02:00
..
bsim_test_advx tests: Bluetooth: bsim: Include Periodic Adv Chan Map Update Indication 2021-08-27 09:34:16 -04:00
bsim_test_app cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
bsim_test_audio Bluetooth: Audio: Fix vcs_client_test duplicate conn_callbacks 2021-09-07 09:56:35 +02:00
bsim_test_iso Bluetooth: bsim: Update bsim_test_iso to use defined broadcast code size 2021-08-27 09:34:43 -04:00
bsim_test_mesh Bluetooth: Mesh: Test reprovisioning 2021-09-16 13:25:46 -04:00
bsim_test_multiple cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
edtt_ble_test_app Bluetooth: controller: Replace whitelist with FAL 2021-09-21 13:01:29 +02:00
compile.sh bsim_bt: mesh: persistence storage testing 2021-07-29 13:29:03 +02:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
run_parallel.sh bsim_bt: run_parallel.sh: Fix execution without explicit SEARCH_PATH 2021-03-03 13:21:35 +01: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