zephyr/tests/bluetooth/bsim_bt
Emil Gydesen 06ef2396c0 Bluetooth: controller: Adds initial BIG receiver test
The test currently does nothing, as it depends on the
advertiser part of the test which has not yet been implemented
properly. Also slightly modified how the test is run.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2020-12-20 13:36:50 +01:00
..
bsim_test_advx tests: Bluetooth: bsim: Periodic Advertising Report generation 2020-11-23 17:01:50 +01:00
bsim_test_app tests: bluetooth: Use a valid disconnect reason 2020-12-15 11:20:34 +01:00
bsim_test_iso Bluetooth: controller: Adds initial BIG receiver test 2020-12-20 13:36:50 +01:00
edtt_ble_test_app power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
README.txt
compile.sh Bluetooth: controller: Add initial basic ISO broadcast test 2020-12-04 17:09:33 +01: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 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