Lines Matching +full:scripts +full:- +full:tests
1 Bluetooth Mesh BabbleSim tests
4 This directory contains a set of high level system tests for the Bluetooth Mesh
5 subsystem. The tests run on the BabbleSim simulator, using the BabbleSim test
8 Tests are organized into bash scripts under the test_scripts folder. Each
9 subfolder of test_scripts contains tests for a specific module in the Bluetooth
11 src/ directory containing the necessary test harnesses to execute the tests.
14 tests. The test application is built from this directory, and includes all test
16 to use at runtime, using the test identifiers passed in the test scripts.
18 Running the tests
21 The Bluetooth Mesh tests have no extra requirements, and can be run using the
24 To only run the mesh tests, set ``SEARCH_PATH`` to point to this folder before
27 Debugging the tests argument
37 device number with -dXXX to the process.
42 ..code-block::
51 ...code-block::
54 -s=mesh_transport_seg_block -d=0 -RealEncryption=1 \
55 -testid=transport_tx_seg_block
60 The Bluetooth Mesh BabbleSim tests mainly operate on the test framework for the
66 All test scripts in the Bluetooth Mesh BabbleSim test suite follow a common
71 ..code-block::
90 Adding tests
96 Test scripts should be organized by submodules under the test_scripts
109 has been called - otherwise, it will fail.
116 The Bluetooth Mesh tests include the entire Bluetooth host and controller