zephyr/tests/bluetooth/bsim_bt
Pavel Vasilyev 69a0058578 tests: bluetooth: mesh: Add separate assert macro with message support
ASSERT_OK macro is confusing as it accepts additional arguments, but
don't use them. This commit removes the confusion by making ASSERT_OK
macro accept only one argument. An additional macro ASSERT_OK_MSG is
added that mandates a format string that will be printed and optionally
arguments for the format string.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2023-01-11 10:47:06 +00:00
..
bsim_test_adv_chain Bluetooth: Controller: Add Kconfig for experimental AD Data Chaining 2022-09-08 10:12:56 +02:00
bsim_test_adv_resume Bluetooth: host: add bsim test for #52059 2022-12-19 09:37:25 +00:00
bsim_test_advx Bluetooth: Replace all '!bt_addr_le_cmp' with 'bt_addr_le_eq' 2022-10-19 15:40:18 +03:00
bsim_test_app tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
bsim_test_audio Bluetooth: Audio: Add missing codec debug Kconfig 2023-01-09 15:27:28 +00:00
bsim_test_bond_overwrite_allowed Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_bond_overwrite_denied Bluetooth: Host: BS tests: bsim_test_bond_overwrite_allowed/denied 2022-10-27 13:16:59 +02:00
bsim_test_disable Tests: Bluetooth: Add bt_disable babblesim test with gatt 2022-11-09 09:03:50 +00:00
bsim_test_eatt Bluetooth: att: limit EATT MTU to max buffer size 2022-09-29 10:16:57 +00:00
bsim_test_eatt_notif Bluetooth: Tests: Fix uninitialized value in eatt_notif test 2022-09-28 13:12:08 +02:00
bsim_test_gatt tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
bsim_test_gatt_caching Bluetooth: Tests: Use chan_opt BT_ATT_CHAN_ANY 2022-08-19 11:59:52 +02:00
bsim_test_gatt_write includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
bsim_test_iso Bluetooth: controller: Add handle to ll_data_path_sink_create 2022-12-09 11:18:49 +01:00
bsim_test_l2cap Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
bsim_test_l2cap_stress Bluetooth: host: update l2cap stress test 2022-12-15 09:58:07 +00:00
bsim_test_l2cap_userdata Bluetooth: Test: Add test to verify L2CAP sending not changing user data 2022-09-01 14:58:08 +00:00
bsim_test_mesh tests: bluetooth: mesh: Add separate assert macro with message support 2023-01-11 10:47:06 +00:00
bsim_test_multiple tests: bluetooth: bsim_test_multiple: Increase test timeout 2022-11-27 03:41:11 +09:00
bsim_test_notify Bluetooth: Tests: Add tests for EATT flag API 2022-08-19 11:59:52 +02:00
bsim_test_notify_multiple Bluetooth: Host: Add bsim test for GATT multi notify 2022-08-19 14:09:43 +02:00
edtt_ble_test_app all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
_compile_permutate_kconfigs.sh
compile.sh Bluetooth: host: add bsim test for #52059 2022-12-19 09:37:25 +00:00
compile.source tests: bluetooth: BSIM tests compile function enhancement 2022-10-03 10:13:51 +02:00
README.txt
run_parallel.sh

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