zephyr/tests/bluetooth/bsim_bt
Pavel Vasilyev 30cd0d4338 tests: Bluetooth: Mesh: Throw error code from tx_end to caller
Return error code from tx_end callback to bt_mesh_test_send caller. This
will help to understand where test failed.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2022-03-11 11:00:30 +01:00
..
bsim_test_advx tests: Bluetooth: Update to use Periodic Advertising enable ADI flags 2021-11-26 10:26:17 -05:00
bsim_test_app Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
bsim_test_audio Bluetooth: Audio: Add endpoint type to capabilities config cb 2022-03-10 14:07:17 -05:00
bsim_test_eatt Bluetooth: Host: Add test for issue #42306 2022-03-10 13:26:46 +01:00
bsim_test_gatt tests: Bluetooth: GATT server test add missing bt_conn_ref 2022-03-09 15:04:57 +02:00
bsim_test_iso tests: Bluetooth: bsim: Test ISO data send 2022-03-01 14:54:35 +01:00
bsim_test_l2cap tests: bsim: first L2CAP ecred bsim test 2022-02-28 11:09:42 +01:00
bsim_test_mesh tests: Bluetooth: Mesh: Throw error code from tx_end to caller 2022-03-11 11:00:30 +01:00
bsim_test_multiple tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
edtt_ble_test_app Bluetooth: tests: Fixup conf to make sure new LLCP is selected 2022-03-10 13:17:50 -05:00
_compile_permutate_kconfigs.sh Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
compile.sh Bluetooth: Host: Add test for issue #42306 2022-03-10 13:26:46 +01:00
compile.source bsim: test: fix missing warnings in bsim test build system 2022-01-03 20:35:20 +01: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