Lines Matching full:tests
28 Types of tests
31 Tests without radio activity: bsim tests with twister argument
37 to run all standard Zephyr twister tests, but with models of a real SOC HW, and their drivers.
39 Tests with radio activity
42 When there is radio activity, BabbleSim tests require at the very least a physical layer simulation
43 running, and most, more than 1 simulated device. Due to this, these tests are not build and run
44 with twister, but with a dedicated set of tests scripts.
46 These tests are kept in the :code:`tests/bsim/` folder. There you can find a README with more
49 There are two main sets of tests of these type:
51 * Self checking embedded application/tests: In which some of the simulated devices applications are
53 applications tests use the :ref:`bs_tests<bsim_boards_bs_tests>` system to report the pass or
54 failure, and in many cases to build several tests into the same binary.
58 Today these tests include a very significant subset of the BT qualification test suite.
60 More information about how different tests types relate to BabbleSim and the bsim boards can be
61 found in the :ref:`bsim boards tests section<bsim_boards_tests>`.
69 You can use the script :zephyr_file:`tests/bsim/generate_coverage_report.sh` to generate an html
70 coverage report from tests.