zephyr/tests/bsim/bluetooth/ll/conn
Rubin Gerritsen 1aa33fe368 tests: bsim: Use the pre_init_f instead of post_init_f
When using the post_init_f to initialize the `bst_result`,
it is not possible to mark the test as
passed immediately as the `bst_result` will be
initialized after the test completes.

This change should overcome this limitation.

Bluetooth mesh tests are kept as is as we are not
sure if this will change the behavior.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
2024-05-30 03:00:58 -07:00
..
src tests: bsim: Use the pre_init_f instead of post_init_f 2024-05-30 03:00:58 -07:00
tests_scripts tests/bsim: Remove too small timeouts 2024-03-28 17:05:49 -05:00
CMakeLists.txt
Kconfig.sysbuild tests/bsim: sysbuild: Set primary MCU idx properly 2024-04-18 08:05:55 -07:00
README.txt
prj_split.conf
prj_split_hci_uart.conf
prj_split_low_lat.conf
prj_split_privacy.conf
prj_split_single_timer.conf
sysbuild.cmake

README.txt

Zephyr test application which uses the simulated boards test hooks.
Can be compiled targeting the *_bsim boards.

This application will, based on the command line arguments, select one of
testcases which are compiled with it.