zephyr/tests/bluetooth/bsim_bt
Vinayak Kariappa Chettimada f5644d4341 tests: Bluetooth: bsim: Periodic Advertising Report generation
Test the LE Periodic Advertising Report generation.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2020-11-23 17:01:50 +01:00
..
bsim_test_advx tests: Bluetooth: bsim: Periodic Advertising Report generation 2020-11-23 17:01:50 +01: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: add destroy callback to indication 2020-11-10 11:21:46 +01:00
README.txt
compile.sh
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 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