Lines Matching full:bsim
13 :ref:`bsim boards<bsim boards>`
15 When we build Zephyr targeting a :ref:`bsim board<bsim boards>` we produce a Linux
32 Tests without radio activity: bsim tests with twister
35 The :ref:`bsim boards<bsim boards>` can be used without radio activity, and in that case, it is not
47 These tests are kept in the :code:`tests/bsim/` folder. The ``compile.sh`` and ``run_parallel.sh``
65 More information about how different tests types relate to BabbleSim and the bsim boards can be
66 found in the :ref:`bsim boards tests section<bsim_boards_tests>`.
75 You can use the script :zephyr_file:`tests/bsim/generate_coverage_report.sh` to generate an html
97 ${ZEPHYR_BASE}/tests/bsim/compile.sh
101 SEARCH_PATH=${ZEPHYR_BASE}/tests/bsim \
102 ${ZEPHYR_BASE}/tests/bsim/run_parallel.sh
109 ${ZEPHYR_BASE}/tests/bsim/bluetooth/host/adv/compile.sh
113 SEARCH_PATH=${ZEPHYR_BASE}/tests/bsim/bluetooth/host/adv \
114 ${ZEPHYR_BASE}/tests/bsim/run_parallel.sh
126 WORK_DIR=${ZEPHYR_BASE}/bsim_out ${ZEPHYR_BASE}/tests/bsim/net/compile.sh
132 ${ZEPHYR_BASE}/tests/bsim/net/sockets/echo_test/tests_scripts/echo_test_802154.sh
140 See the :zephyr_file:`Bluetooth sample test <tests/bsim/bluetooth/host/misc/sample_test/README.rst>…