Lines Matching full:each
8 Tests are organized into bash scripts under the test_scripts folder. Each
10 mesh subsystem, and each folder has a corresponding test_<subfolder>.c under the
32 ``RunTest`` to skip starting processes for each application in the ``$SKIPPED``
68 harnesses. ``mesh_test.sh`` is sourced in each test script, and its ``RunTest``
69 function is called once in each script with the following parameters:
75 ``RunTest`` starts one mesh application for each selected harness, before
85 The mesh_test module is never called from the framework, so each test harness
87 All utility functions can be replaced by custom behavior in each harness if the
93 Each test needs a separate test script and one or more test harnesses that
97 directory, and each test case needs a separate test script with a single test
100 Each test harness is defined by a ``struct bst_test_instance`` structure, that
105 Each mesh test harness should call the ``bt_mesh_test_cfg`` function from its