Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 88) sorted by relevance

1234

/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/script/
Dclang-tidy72 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)
Dgcda-tool35 OT_GCOV_PREFIX_BASE=ot-run
/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/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`.
/openthread-latest/tests/nexus/
DREADME.md13 - Unlike the simulation platform (under `examples/platforms/simulation`), where nodes run in separa…
17 ### How to build and run tests
25 Afterwards, each test can be run directly:
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcode_style.py103 result = subprocess.run([UNCRUSTIFY_EXE, "--version"],
120 result = subprocess.run(uncrustify_cmd, stdout=subprocess.PIPE,
131 cp = subprocess.run(diff_cmd, check=False)
152 result = subprocess.run(uncrustify_cmd, check=False)
Decp_comb_table.py172 p = subprocess.run(args=args, check=False)
175 p = subprocess.run(args=[binname], check=False, env={
Dlcov.sh21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
/openthread-latest/tests/unit/
DREADME.md3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t…
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/docs/architecture/psa-migration/
Dtesting.md23 a decision is made at run-time about whether to use the PSA or legacy code
25 via PSA while some others weren't, with a run-time fallback. In this case, it's
27 right decision was made at run-time, i. e. that we didn't use the fallback for
98 However, if additional logic is involved, or there are run-time decisions about
/openthread-latest/tools/harness-simulation/
DREADME.md7 …ulation and sniffer simulation are required to run on a POSIX environment. However, Harness has to…
39 1. On the POSIX machine, change directory to the top of the OpenThread repository, and run the foll…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py683 subprocess.run(
692 subprocess.run(
697 subprocess.run(
713 subprocess.run(
751 nm_output += subprocess.run(
Ddocker_env.sh80 ${DOCKER} container run -it --rm \
/openthread-latest/
DCONTRIBUTING.md114 As part of the cleanup process, you should also run `script/make-pretty check` to ensure that your …
134 …s in one group are completed, an `Artifacts` button appears beside the `Re-run` jobs button.) If t…
136 …nt artifacts. If the artifacts are too big, provide the link of the failed run (do not rerun check…
163 …Set the absolute path of `so-lib`. In gdb, run `set solib-absolute-prefix /ABSOLUTE/PATH/TO/so-lib…
164 4. In gdb, run `backtrace` or `bt`. Then you should see the stack of the crashed program. Find and …
/openthread-latest/tools/harness-sniffer/
DREADME.md3 After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
/openthread-latest/third_party/mbedtls/repo/programs/
Ddemo_common.sh60 run () { function
/openthread-latest/tools/harness-simulation/posix/etc/
Dcommissionerd47 PIDFILE=/var/run/commissionerd.pid
/openthread-latest/tests/scripts/misc/
Dtest_multicast_join.py40 …lines = subprocess.run(['ot-ctl', '-I', if_name, 'ipmaddr'], stdout=subprocess.PIPE).stdout.decode…
/openthread-latest/tools/harness-automation/
DREADME.rst20 [--dry-run] [--result-file RESULT_FILE]
/openthread-latest/third_party/mbedtls/repo/
DREADME.md52 * Perl to run the tests, and to generate some source files in the development branch.
68 …r some library source files, sample programs and test data. To install the necessary packages, run:
82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
95 In order to run the tests, enter:
99 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you …
103 You'll still be able to run a much smaller set of tests with:
113 Depending on your platform, you might run into some issues. Please check the Makefiles in `library/…
125 In order to run the tests, enter:
133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se…
[all …]
/openthread-latest/tests/scripts/thread-cert/
DREADME.md47 This is node mode. You may run OpenThread CLI here.
/openthread-latest/tests/scripts/thread-cert/border_router/
DREADME.md5 BR tests run in isolated Docker network and containers, so a new OTBR Docker image needs to be crea…

1234