Home
last modified time | relevance | path

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

12345678910

/openthread-latest/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
164 run cli/test-706-multi-radio-trel-peer-addr-port-change-discovery.py
169 run cli/test-001-get-set.py
170 run cli/test-002-form.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-latest/.github/workflows/
Dposix.yml65 run: |
68 - name: Run RCP Mode
69 run: |
73 - name: Run ot-fct
74 run: |
79 run: |
90 run: |
97 - name: Run TUN Mode
98 run: |
112 run: |
[all …]
Dsimulation-1.1.yml70 run: |
75 run: |
78 run: |
80 - name: Run
81 run: |
91 run: |
123 run: |
128 run: |
130 - name: Run
131 run: |
[all …]
Dsimulation-1.4.yml81 run: |
88 run: |
90 - name: Run
91 run: |
98 run: |
114 run: |
147 run: |
152 run: |
155 run: |
158 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: |
82run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTIN…
84 run: cd build/simulation && ninja test
86 run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_MULTIPAN_TEST=ON
88 run: cd build/simulation && ninja test
90run: ./script/cmake-build simulation -DOT_BUILD_GTEST=OFF -DOT_MTD=OFF -DOT_RCP=OFF -DOT_APP_CLI=O…
93 run: cd build/simulation && ninja test
[all …]
Dtoranj.yml76 run: |
80 - name: Build & Run
81 run: |
111 run: |
115 - name: Build & Run
116 run: |
120 run: |
148 run: |
151 - name: Build & Run
152 run: |
[all …]
Dotbr.yml71 run: |
74 run: |
79 run: |
82 run: |
84 - name: Run
85 run: |
105 run: |
187 run: |
193 run: |
196 run: |
[all …]
Dbuild.yml64 run: |
71 run: |
83 - name: Run linkspector
106 run: |
110 run: |
125 run: |
136 run: |
165 run: |
169 run: |
184 run: |
[all …]
Dotns.yml74 run: |
77 - name: Run
78 run: |
93 run: |
114 run: |
117 - name: Run
118 run: |
133 run: |
176 run: |
179 - name: Run
[all …]
Dotci.yml70 run: |
76 run: |
79 run: |
83 run: |
85 - name: Run
86 run: |
/openthread-latest/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-latest/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-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile5 # Defines a Docker container suitable to build and run all tests (all.sh),
22 RUN apt-get update \
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
56 RUN python3 -m pip install \
62 RUN cd /tmp \
72 RUN cd /tmp \
83 RUN cd /tmp \
93 RUN cd /tmp \
103 RUN cd /tmp \
[all …]
/openthread-latest/tools/tcat_ble_client/
DREADME.md19 …red modules to a virtual environment, which can be used by calling `poetry run <COMMAND>` from the…
26 poetry run python3 bbtc.py --help
29 In order to connect to a TCAT device, enter the project directory and run:
32 poetry run python3 bbtc.py {<device specifier> | --scan}
45 poetry run python3 bbtc.py --name 'Thread BLE'
55 poetry run python3 bbtc.py --cert_path <certs-path> {<device specifier> | --scan}
63 poetry run python3 bbtc.py --cert_path ./auth-cert/CommCert2 --name 'Thread BLE'
/openthread-latest/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 traffic into …
53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.sh22 run "Generate a master key." \
28 run "Derive a key and wrap some data with it." \
33 run "Derive the same key again and unwrap the data." \
36 run "Compare the unwrapped data with the original input." \
44 run "Save the first step of the key ladder, then load it as a master key and construct the rest of …
47 run "Check that we get the same key by unwrapping data made by the other key." \
/openthread-latest/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-latest/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 TLS source tree.
52 """Run psa_constant_names to obtain names for observed numerical values."""
71 """Build and run unit tests and report observed function return statuses.
73 Build Mbed TLS with -DRECORD_PSA_STATUS_COVERAGE_LOG, run the
106 help='Run "make clean" after rebuilding')
109 help='Run "make clean" before regenerating the log file)')
Ddepends.py16 - domain name, can be used to run only specific tests via command-line;
19 - commands to be run on each job (only build, build and test, or any other custom);
40 job generation code will be run. Currently only used for hashes.
192 '''Run the job's build and test commands.
195 run all the commands, except that if the first command fails, none of the
196 other commands are run (typically, the first command is a build command
197 and subsequent commands are tests that cannot run if the build failed).'''
318 Establish a list of configuration symbols. For each symbol, run a test job
344 Establish a list of configuration symbols. For each symbol, run a test job
404 # Cipher IDs, chaining modes and padding modes. Run the test suites.
[all …]
Drun_demos.py2 """Run the Mbed TLS demo scripts.
10 """Run the specified demo script. Return True if it succeeds."""
19 """Run the specified demos and print summary information about failures.
43 """Run all the available demos.
/openthread-latest/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-latest/src/core/common/
Dtasklet.hpp100 * Reference is called when the tasklet is run.
102 * @param[in] aTasklet A reference to the tasklet being run.
110 * @param[in] aHandler A pointer to a function that is called when the tasklet is run.
120 * Puts the tasklet on the tasklet scheduler run queue.
122 * If the tasklet is already posted, no change is made and run queue stays as before.
127 * Removes the tasklet from the tasklet scheduler run queue.
129 * If the tasklet is not posted, no change is made and run queue stays as before.
188 * @param[in] aHandler A pointer to a function that is called when the tasklet is run.
/openthread-latest/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-latest/third_party/mbedtls/repo/scripts/
Dlcov.sh17 2. Run whatever tests you want.
18 3. Run this script from the parent of the directory containing the library
21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
24 -r Reset traces. Run this before re-testing to get fresh measurements.

12345678910