zephyr/tests/bluetooth/bsim_bt
Trond Einar Snekvik bbc9da3d69 Bluetooth: Mesh: Add bsim tests for transport
Adds a test suite for Bluetooth Mesh in bsim_bt tests, including 10
tests for common transport behavior. This test suite includes a readme
and a simple framework for adding more mesh tests in the future.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2021-03-12 16:17:27 +02:00
..
bsim_test_advx
bsim_test_app tests: bluetooth: Use a valid disconnect reason 2020-12-15 11:20:34 +01:00
bsim_test_iso tests: Bluetooth: bsim: Fix ISO test to establish periodic sync 2021-02-15 08:03:22 -05:00
bsim_test_mesh Bluetooth: Mesh: Add bsim tests for transport 2021-03-12 16:17:27 +02:00
edtt_ble_test_app bsim_bt: tests: Fix relative paths search in scripts 2021-03-04 11:37:11 +02:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
compile.sh Bluetooth: Mesh: Add bsim tests for transport 2021-03-12 16:17:27 +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