Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 186) sorted by relevance

12345678

/openthread-3.5.0/tests/toranj/
Dstart.sh54 run() function
158 run cli/test-700-multi-radio-join.py
159 run cli/test-701-multi-radio-probe.py
160 run cli/test-702-multi-radio-discover-by-rx.py
161 run cli/test-703-multi-radio-mesh-header-msg.py
162 run cli/test-704-multi-radio-scan.py
163 run cli/test-705-multi-radio-discover-scan.py
168 run cli/test-001-get-set.py
169 run cli/test-002-form.py
170 run cli/test-003-join.py
[all …]
DREADME_CLI.md30 To run a specific test:
37 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con…
50 `cli.Node()` class creates a Thread node instance. It creates a sub-process to run `ot-cli-ftd` and…
62 Note: You may need to run as `sudo` to allow log file to be written (i.e., use `sudo python` or `su…
141 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of …
143 A `cli.Node()` instance can also provide additional logs and info as the test-cases are run (verbos…
169 …ed for different situations. The `toranj` test cases run in real-time (though it is possible to ru…
173 …l–print loop (REPL) model in python) and do not need a separate process to run to handle/dispatch …
174 - `thread-cert` test cases can run quickly (due to virtual time emulation), but the test script its…
/openthread-3.5.0/.github/workflows/
Dposix.yml61 run: |
63 - name: Run RCP Mode
64 run: |
68 - name: Run ot-fct
69 run: |
74 run: |
85 run: |
91 - name: Run TUN Mode
92 run: |
106 run: |
[all …]
Dsimulation-1.1.yml66 run: |
71 run: |
74 run: |
76 - name: Run
77 run: |
87 run: |
114 run: |
119 run: |
121 - name: Run
122 run: |
[all …]
Dsimulation-1.2.yml77 run: |
84 run: |
86 - name: Run
87 run: |
94 run: |
110 run: |
138 run: |
143 run: |
146 run: |
148 - name: Run
[all …]
Dunit.yml60 run: make -C third_party/tcplp/lib/test/
61 - name: Run
62 run: third_party/tcplp/lib/test/test_all
78 run: |
82 run: ./script/cmake-build simulation
84 run: cd build/simulation && ninja test
86 run: ./script/cmake-build posix
88 run: cd build/posix && ninja test
90 run: |
111 run: |
[all …]
Dotbr.yml71 run: |
74 run: |
79 run: |
82 run: |
84 - name: Run
85 run: |
104 run: |
180 run: |
183 run: |
188 run: |
[all …]
Dotns.yml74 run: |
77 - name: Run
78 run: |
93 run: |
113 run: |
116 - name: Run
117 run: |
132 run: |
175 run: |
178 - name: Run
[all …]
Dtoranj.yml72 run: |
76 - name: Build & Run
77 run: |
103 run: |
107 - name: Build & Run
108 run: |
112 run: |
135 run: |
141 - name: Build & Run
142 run: |
[all …]
Dbuild.yml60 run: |
67 run: |
96 run: |
100 run: |
115 run: |
126 run: |
155 run: |
159 run: |
174 run: |
177 - name: Run
[all …]
Dotci.yml66 run: |
72 run: |
75 run: |
79 run: |
81 - name: Run
82 run: |
/openthread-3.5.0/etc/docker/android-trusty/
DDockerfile30 # Ubuntu 14.04 with tools required to run OpenThread Android check
43 RUN apt-get -y update && apt-get --no-install-recommends install -y \
52 RUN wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip \
58 RUN mkdir build && cd build && git init && git pull --depth 1 https://android.googlesource.com/plat…
59 RUN ln -s build/core/main.mk Makefile
61 RUN mkdir /opt/bin
64 RUN printf '#!/bin/sh\n\
76 RUN mkdir -p system/core/include/arch/linux-arm \
95 RUN rm -rf "$ANDROID_NDK_PATH"/platforms
96 RUN rm -rf "$ANDROID_NDK_PATH"/prebuilt
[all …]
/openthread-3.5.0/script/
Dclang-tidy71 # Search for run-clang-tidy-14.py
72 if command -v run-clang-tidy-14.py >/dev/null; then
73 run_clang_tidy=$(command -v run-clang-tidy-14.py)
74 elif command -v run-clang-tidy-14 >/dev/null; then
75 run_clang_tidy=$(command -v run-clang-tidy-14)
76 elif command -v run-clang-tidy.py >/dev/null; then
77 run_clang_tidy=$(command -v run-clang-tidy.py)
78 elif command -v run-clang-tidy >/dev/null; then
79 run_clang_tidy=$(command -v run-clang-tidy)
81 die "run-clang-tidy.py 14.0 required"
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh23 run () { function
35 run "Generate a master key." \
41 run "Derive a key and wrap some data with it." \
46 run "Derive the same key again and unwrap the data." \
49 run "Compare the unwrapped data with the original input." \
53 ! run "Derive a different key and attempt to unwrap the data. This must fail." \
57 run "Save the first step of the key ladder, then load it as a master key and construct the rest of …
60 run "Check that we get the same key by unwrapping data made by the other key." \
/openthread-3.5.0/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile5 # Defines a Docker container suitable to build and run all tests (all.sh),
30 RUN apt-get update \
34 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
36 RUN apt-get update \
66 RUN cd /tmp \
76 RUN cd /tmp \
87 RUN cd /tmp \
97 RUN cd /tmp \
107 RUN cd /tmp \
118 RUN cd /tmp \
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/programs/fuzz/
DREADME.md12 How to run?
15 To run the fuzz targets like oss-fuzz:
24 And you can run any of the fuzz targets like `fuzz_client`.
26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer…
35 Finally, you can run the targets like `./test/fuzz/fuzz_client`.
51 * Run them one against the other with `reproducible` option turned on while capturing trafic into t…
53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
/openthread-3.5.0/tests/scripts/thread-cert/border_router/
DREADME.md3 ## Run Border Router (BR) tests locally
5 BR tests run in isolated Docker network and containers, so a new OTBR Docker image needs to be crea…
10 # Download OpenThread's branch of wireshark. Run this for the first time.
22 # Run the BR tests locally.
/openthread-3.5.0/tools/harness-simulation/
DREADME.md7 …ulation and sniffer simulation are required to run on a POSIX environment. However, Harness has to…
25 2. Run the installation script.
37 ## Run Test Harness on Simulation
39 1. On the POSIX machine, change directory to the top of the OpenThread repository, and run the foll…
48 2. Run the Test Harness. The information field of the device is encoded as `<tag>_<node_id>@<ip_add…
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dpsa_collect_statuses.py5 2. Run psa_collect_statuses.py
10 This script must be run from the top of an Mbed Crypto source tree.
64 """Run psa_constant_names to obtain names for observed numerical values."""
83 """Build and run unit tests and report observed function return statuses.
85 Build Mbed Crypto with -DRECORD_PSA_STATUS_COVERAGE_LOG, run the
118 help='Run "make clean" after rebuilding')
121 help='Run "make clean" before regenerating the log file)')
Danalyze_outcomes.py3 """Analyze the test outcomes from a full CI run.
5 This script can also run on outcomes from a partial run, but the results are
48 """Return the number of times a test case has been run.
85 """Run all analyses on the given outcome collection."""
/openthread-3.5.0/tests/unit/
DREADME.md3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t…
23 ## Run the Unit Tests
25 To run all the unit tests:
32 To run a specific unit test, for example, `ot-test-spinel`:
/openthread-3.5.0/etc/docker/environment/
DDockerfile7 RUN set -x \
31 RUN set -x \
41 RUN set -x \
/openthread-3.5.0/src/core/common/
Dtasklet.hpp107 * Reference is called when the tasklet is run.
109 * @param[in] aTasklet A reference to the tasklet being run.
118 * @param[in] aHandler A pointer to a function that is called when the tasklet is run.
129 * Puts the tasklet on the tasklet scheduler run queue.
131 * If the tasklet is already posted, no change is made and run queue stays as before.
195 * @param[in] aHandler A pointer to a function that is called when the tasklet is run.
/openthread-3.5.0/tests/scripts/thread-cert/
Drun_cert_suite.py56 subprocess.run(cmd, shell=True, check=check, stdout=stdout)
84 logging.error("Run test %s failed, please check the log file: %s", test_name, logfile)
116 parser.add_argument('--multiply', type=int, default=1, help='run each test for multiple times')
117 …parser.add_argument('--run-directory', type=str, default=None, help='run each test in the specifie…
122 logging.info("Run directory: %s", args.run_directory or '.')
157 # Run each script for multiple times
/openthread-3.5.0/src/posix/platform/
Dsystem.hpp36 * Returns if the system will run in dry-run mode.
38 * @returns If the system runs in dry-run mode.

12345678