zephyr/tests/bluetooth/bsim_bt
Vinayak Kariappa Chettimada 6901b6662a tests: Bluetooth: bsim: Fix change to Periodic Advertising API
Fix due to change to Periodic Advertising API, now requiring
callback registration.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-10-07 17:45:23 +02:00
..
bsim_test_advx tests: Bluetooth: bsim: Fix change to Periodic Advertising API 2020-10-07 17:45:23 +02:00
bsim_test_app Bluetooth: Remove _gatt_ infix for Heart Rate Service (HRS) 2020-09-04 15:38:44 +02:00
edtt_ble_test_app Bluetooth: UUID: Use BT_UUID_16_ENCODE to set UUIDs in adv data 2020-08-25 16:09:22 +03:00
README.txt tests: Bluetooth: Bsim tests: expand README a bit 2019-11-21 08:44:26 +01:00
compile.sh tests: Bluetooth: bsim_test: Include advx testing in CI 2020-06-12 15:50:34 +02:00
run_parallel.sh bsim_bt: run_parallel.sh: Remove semicolons at ends of lines 2019-12-10 14:34:46 -08:00

README.txt

This folder contains tests meant to be run with BabbleSim's physical layer
simulation, and therefore cannot be run directly from sanitycheck

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