zephyr/tests/bluetooth/bsim_bt
Trond Einar Snekvik d0bf124837 tests: Bluetooth Mesh: Use unique names for all simulations
Adds a low_lat name to the duplicated low_lat babblesim tests to allow
them to run in parallel with their counter parts.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2021-08-17 06:04:08 -04:00
..
bsim_test_advx tests: Bluetooth: bsim: Use wait lower than advertising interval 2021-08-13 10:58:21 +02:00
bsim_test_app samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
bsim_test_audio samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
bsim_test_iso tests: Bluetooth: Controller: Cover in-system tests in CI 2021-07-19 14:18:31 +02:00
bsim_test_mesh tests: Bluetooth Mesh: Use unique names for all simulations 2021-08-17 06:04:08 -04:00
bsim_test_multiple tests: Bluetooth: bsim: Multiple central connections to peripherals 2021-07-21 08:37:07 -04:00
edtt_ble_test_app samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
README.txt
compile.sh bsim_bt: mesh: persistence storage testing 2021-07-29 13:29:03 +02:00
run_parallel.sh bsim_bt: run_parallel.sh: Fix execution without explicit SEARCH_PATH 2021-03-03 13:21:35 +01:00

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