Searched full:toranj (Results 1 – 14 of 14) sorted by relevance
1 # `toranj` test framework3 `toranj` is a test framework for OpenThread.7 - `toranj-cli` which enables testing of OpenThread using its CLI interface.8 - `toranj-ncp` which enables testing of the combined behavior of OpenThread (in NCP mode), spinel i…10 `toranj` features:15 - `toranj` in NCP mode runs `wpantund` natively with OpenThread in NCP mode on simulation platform …16 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time).17 - `toranj` tests run as part of GitHub Actions pull request validation in OpenThread and `wpantund`…19 ## `toranj` modes21 - [`toranj-cli` guide](README_CLI.md)[all …]
1 # `toranj-cli`3 `toranj-cli` is a test framework for OpenThread using its CLI interface.5 `toranj` features:10 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time).14 To build OpenThread with `toranj` configuration, the `test/toranj/build.sh` script can be used:17 $ ./tests/toranj/build.sh cmake31 $ ./tests/toranj/build.sh cli42 The `toranj-cli` tests are included in `tests/toranj/cli` folder. Each test-case has its own script…47 $ cd tests/toranj/cli55 $ top_builddir=($pwd) TORANJ_CLI=1 ./tests/toranj/start.sh[all …]
33 echo "Toranj Build script "133 …lags_config='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config…145 …lags_config='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config…162 …lags_config='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config…179 …lags_config='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config…199 -DOT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \212 -DOT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \226 -DOT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \240 -DOT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \252 …lags_config='-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"../tests/toranj/openthread-core-toranj-config…[all …]
1 # `toranj-ncp` test framework3 `toranj-ncp` is a test framework for OpenThread enabling testing of the combined behavior of OpenTh…5 `toranj` features:10 - `toranj` in NCP mode runs `wpantund` natively with OpenThread in NCP mode on simulation platform …14 `toranj-ncp` requires `wpantund` to be installed.16 …wpantund/blob/master/INSTALL.md#wpantund-installation-guide). Note that `toranj` expects `wpantund…17 …358a0a5547f5d/.github/workflows/simulation.yml#L336-L341) for build target `toranj-test-framework`.22 cd tests/toranj/ # from OpenThread repo root26 The `toranj-ncp` tests are included in `tests/toranj/ncp` folder. Each test-case has its own script…34 ## `toranj` Components[all …]
33 * This header file defines the OpenThread core configuration for toranj with simulation platform.38 #include "openthread-core-toranj-config.h"47 #define OPENTHREAD_CONFIG_PLATFORM_INFO "SIMULATION-RCP-toranj"49 #define OPENTHREAD_CONFIG_PLATFORM_INFO "SIMULATION-toranj"
33 …* This header file defines the OpenThread core configuration options for toranj with POSIX platfor…38 #include "openthread-core-toranj-config.h"46 #define OPENTHREAD_CONFIG_PLATFORM_INFO "POSIX-toranj"
105 echo "Running toranj-ncp triggered by event ${TORANJ_EVENT_NAME}"116 cd tests/toranj || die "cd tests/toranj failed"117 echo "There are change in src/ncp files, running toranj-ncp tests"
30 …* This header file defines the OpenThread core configuration options used in NCP build for `toranj…461 * For `toranj` test script the value is decreased so that the tests can be run faster.594 #define OPENTHREAD_CONFIG_NET_DIAG_VENDOR_MODEL "Toranj Simulation"604 #define OPENTHREAD_CONFIG_NET_DIAG_VENDOR_SW_VERSION "OT-simul-toranj"
29 name: Toranj48 toranj-ncp:49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}76 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh79 toranj-cli:80 name: toranj-cli-${{ matrix.TORANJ_RADIO }}107 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh115 name: cov-toranj-cli-${{ matrix.TORANJ_RADIO }}118 toranj-unittest:119 name: toranj-unittest[all …]
47 ./tests/toranj/build.sh posix50 ./tests/toranj/build.sh posix-15.4+trel53 ./tests/toranj/build.sh posix-trel
109 top_builddir="$OT_BUILDDIR" ./tests/toranj/build.sh cmake
37 … a9932027f [toranj] test case for adding IPv6 addresses with same prefix on multiple nodes (#2915)45 44e583a55 [toranj] add new method to finalize all nodes at end of each test (#2930)
108 # The channel manager delay is set from "openthread-core-toranj-config.h".
57 # `openthread-core-toranj.config.h` header file.