zephyr/tests/bluetooth/bsim_bt
Trond Einar Snekvik e6000e60ee Bluetooth: Mesh: Test provisioning multiple devices
Adds a BabbleSim test for provisioning multiple devices in a row. This
scenario had a regression in #33782, which is fixed in #35405.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2021-07-13 19:21:17 +03:00
..
bsim_test_advx tests: Bluetooth: bsim: Minor advx test update 2021-06-14 21:50:14 -04:00
bsim_test_app
bsim_test_audio Bluetooth: Audio: AICS client add function to get conn pointer 2021-06-24 11:31:04 -04:00
bsim_test_iso tests: Bluetooth: bsim: name adv_handle for advertising handle 2021-07-12 13:19:46 +02:00
bsim_test_mesh Bluetooth: Mesh: Test provisioning multiple devices 2021-07-13 19:21:17 +03:00
edtt_ble_test_app Bluetooth: Refactor bluetooth buffer configuration for simplification 2021-05-06 14:56:18 +02:00
README.txt
compile.sh Bluetooth: Audio: BSIM test suite for VCS 2021-05-07 15:02:41 +02: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 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