zephyr/tests/bluetooth/bsim_bt
Anas Nashif c076d94eec kernel: remove tickless idle
This feature predated the tickless kernel and has been in legacy mode
for a while. We now have no drivers or systems that do not support
tickless, so remove this option and cleanup the code to only use
tickless.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-19 11:22:17 -04: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 tests: Bluetooth: bsim: Fix ISO test to establish periodic sync 2021-02-15 08:03:22 -05:00
bsim_test_mesh Bluetooth: Mesh: Friendship BabbleSim tests 2021-03-19 11:07:31 +02:00
edtt_ble_test_app kernel: remove tickless idle 2021-03-19 11:22:17 -04:00
compile.sh Bluetooth: Mesh: Add bsim tests for transport 2021-03-12 16:17:27 +02:00
README.txt cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
run_parallel.sh bsim_bt: run_parallel.sh: Fix execution without explicit SEARCH_PATH 2021-03-03 13:21:35 +01:00

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