Home
last modified time | relevance | path

Searched full:toranj (Results 1 – 14 of 14) sorted by relevance

/openthread-3.4.0/tests/toranj/
DREADME.md1 # `toranj` test framework
3 `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` modes
21 - [`toranj-cli` guide](README_CLI.md)
[all …]
DREADME_CLI.md1 # `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 cmake
31 $ ./tests/toranj/build.sh cli
42 The `toranj-cli` tests are included in `tests/toranj/cli` folder. Each test-case has its own script…
47 $ cd tests/toranj/cli
55 $ top_builddir=($pwd) TORANJ_CLI=1 ./tests/toranj/start.sh
[all …]
Dbuild.sh33 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 …]
DREADME_NCP.md1 # `toranj-ncp` test framework
3 `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 root
26 The `toranj-ncp` tests are included in `tests/toranj/ncp` folder. Each test-case has its own script…
34 ## `toranj` Components
[all …]
Dopenthread-core-toranj-config-simulation.h33 * 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"
Dopenthread-core-toranj-config-posix.h33 …* 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"
Dstart.sh105 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"
Dopenthread-core-toranj-config.h30 …* 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"
/openthread-3.4.0/.github/workflows/
Dtoranj.yml29 name: Toranj
48 toranj-ncp:
49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}
76 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh
79 toranj-cli:
80 name: toranj-cli-${{ matrix.TORANJ_RADIO }}
107 top_builddir=$(pwd)/build/toranj ./tests/toranj/start.sh
115 name: cov-toranj-cli-${{ matrix.TORANJ_RADIO }}
118 toranj-unittest:
119 name: toranj-unittest
[all …]
/openthread-3.4.0/script/
Dcheck-posix-build-autotools47 ./tests/toranj/build.sh posix
50 ./tests/toranj/build.sh posix-15.4+trel
53 ./tests/toranj/build.sh posix-trel
Dcheck-simulation-build-cmake109 top_builddir="$OT_BUILDDIR" ./tests/toranj/build.sh cmake
/openthread-3.4.0/tools/gerrit/
DREADME.md37 … 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)
/openthread-3.4.0/tests/toranj/ncp/
Dtest-601-channel-manager-channel-change.py108 # The channel manager delay is set from "openthread-core-toranj-config.h".
Dtest-019-inform-previous-parent.py57 # `openthread-core-toranj.config.h` header file.