Lines Matching refs:test
3 `toranj-cli` is a test framework for OpenThread using its CLI interface.
14 To build OpenThread with `toranj` configuration, the `test/toranj/build.sh` script can be used:
28 …in `tests/toranj/cli` folder. Each test-case has its own script following naming model `test-nnn-n…
30 To run a specific test:
34 $ python3 test-001-get-set.py
46 `cli` python module defines the `toranj-cli` test components.
118 >>> node1.form('test')
141 … to run all test-cases, if any test fails, to help with debugging of the issue, the last 30 lines …
143 A `cli.Node()` instance can also provide additional logs and info as the test-cases are run (verbos…
154 >>> node.form('test')
155 $ Node1.cli('networkname test')
167 ## `toranj-cli` and `thread-cert` test framework
169 …test the behavior of OpenThread with simulation platform. `thread-cert` scripts (in `tests/scripts…
171 - `toranj` test cases are useful to validate the real-time (non event-based) simulation platform im…
172 - `toranj` test cases can be used in situations where the platform layer may not support event-base…
174 - `thread-cert` test cases can run quickly (due to virtual time emulation), but the test script its…