zephyr/tests/bluetooth/bsim_bt
Vinayak Kariappa Chettimada 2af787f28e tests: Bluetooth: Update to use Periodic Advertising enable ADI flags
Update Babblesim test to use Periodic Advertising enable and
ADI flags.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-11-26 10:26:17 -05:00
..
bsim_test_advx tests: Bluetooth: Update to use Periodic Advertising enable ADI flags 2021-11-26 10:26:17 -05:00
bsim_test_app Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
bsim_test_audio Bluetooth: Audio: Media control BabbleSim tests 2021-11-11 15:31:37 +01:00
bsim_test_iso tests: Bluetooth: bsim: Add missing BT_ISO_RX_MTU value 2021-11-25 10:43:51 -05:00
bsim_test_mesh kernel: Introduce K_MEM_SLAB_DEFINE_STATIC 2021-11-07 05:36:48 -05:00
bsim_test_multiple tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
edtt_ble_test_app tests: edtt: re-enable HCI tests 2021-11-25 10:44:34 -05:00
_compile_permutate_kconfigs.sh Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
compile.sh tests: edtt run gap and gatt tests with new LLCP 2021-11-20 11:59:04 -05:00
compile.source tests: edtt: re-enable HCI tests 2021-11-25 10:44:34 -05: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