/openthread-2.7.6/tests/toranj/ |
D | start.sh | 68 run() function 120 run test-700-multi-radio-join.py 121 run test-701-multi-radio-probe.py 122 run test-702-multi-radio-discovery-by-rx.py 123 run test-703-multi-radio-mesh-header-msg.py 124 run test-704-multi-radio-scan.py 125 run test-705-multi-radio-discover-scan.py 130 run test-001-get-set.py 131 run test-002-form.py 132 run test-003-join.py [all …]
|
D | README.md | 9 …h OpenThread in NCP mode on POSIX simulation platform. `toranj` tests will run as part of GitHub A… 18 To run all tests, `start` script can be used. This script will build OpenThread with proper configu… 27 To run a specific test 39 `wpan.Node()` class creates a Thread node instance. It creates a sub-process to run `wpantund` and … 51 Note: You may need to run as `sudo` to allow `wpantund` to create tunnel interface (i.e., use `sudo… 307 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of … 309 A `wpan.Node()` instance can also provide additional logs and info as the test-cases are run (verbo…
|
/openthread-2.7.6/script/ |
D | clang-tidy | 72 if command -v run-clang-tidy-9.py >/dev/null; then 73 run_clang_tidy=$(command -v run-clang-tidy-9.py) 74 elif command -v run-clang-tidy-9 >/dev/null; then 75 run_clang_tidy=$(command -v run-clang-tidy-9) 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)
|
D | gcda-tool | 33 readonly OT_GCOV_PREFIX_BASE=ot-run
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.sh | 23 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-2.7.6/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 12 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-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | Makefile-tests.am | 51 # Test applications that should be run when the 'check' target is run. 58 # Test applications and scripts that should be built and run when the 59 # 'check' target is run.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | nl_with_package.m4 | 400 # actions are run. 402 # ACTIONS-TO-RUN-IF-NOT-EXTERNAL : Optional actions to run if the package 404 # ACTIONS-TO-RUN-IF-NOT-INTERNAL : Optional actions to run if the package 429 # package, set the values appropriately. Otherwise, run through the 555 # If the package is specified, optional actions are run. 557 # ACTIONS-TO-RUN-IF-FOUND : Optional actions to run if the package is found. 598 # If the package is specified, optional actions are run. 600 # ACTIONS-TO-RUN-IF-FOUND : Optional actions to run if the package is found. 645 # actions are run. 647 # ACTIONS-TO-RUN-IF-NOT-EXTERNAL : Optional actions to run if the package [all …]
|
/openthread-2.7.6/tools/harness-sniffer/ |
D | README.md | 3 After following the steps below, you will be able to run Test Harness with OpenThread sniffer.
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | docker_env.sh | 88 ${DOCKER} container run -it --rm \
|
D | test_config_script.py | 92 help_text = subprocess.run([options.script, '--help'],
|
D | basic-build-test.sh | 103 perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT
|
/openthread-2.7.6/ |
D | CONTRIBUTING.md | 114 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-2.7.6/tests/scripts/misc/ |
D | test_multicast_join.py | 40 …lines = subprocess.run(['ot-ctl', '-I', if_name, 'ipmaddr'], stdout=subprocess.PIPE).stdout.decode…
|
/openthread-2.7.6/tools/harness-automation/ |
D | README.rst | 20 [--dry-run] [--result-file RESULT_FILE]
|
/openthread-2.7.6/tests/scripts/thread-cert/ |
D | README.md | 47 This is node mode. You may run OpenThread CLI here.
|
D | run_cert_suite.py | 56 subprocess.run(cmd, shell=True, check=check, stdout=stdout)
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_prog_doxygen.m4 | 61 # doxygen-run: Run doxygen, which will generate some of the 79 # This will cause make to run doxygen and generate all the documentation. 219 # .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL) 221 # .INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL) 223 # doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag 225 # doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
|
D | ax_compare_version.m4 | 38 # When the condition is true, shell commands ACTION-IF-TRUE are run, 39 # otherwise shell commands ACTION-IF-FALSE are run. The environment
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/git-scripts/ |
D | README.md | 3 git has a way to run scripts, which are invoked by specific git commands.
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | README.md | 48 * Perl to run the tests. 60 In order to run the tests, enter: 64 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you … 68 You'll still be able to run a much smaller set of tests with: 78 Depending on your platform, you might run into some issues. Please check the Makefiles in `library/… 90 In order to run the tests, enter: 98 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se… 210 …on, which allows substituting alternative implementations at build time or run time, for example, …
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | pretty.am | 47 # 'pretty-check' targets will run against.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | bootstrap.mak | 76 $(NL_V_AT)echo " Generate all configured build artifacts and run all unit " 80 $(NL_V_AT)echo " Generate all configured build artifacts, run all unit "
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_entropy.function | 435 // Do an entropy run 443 // First run for updating write_seed 458 // Second run for actual entropy (triggers mbedtls_entropy_update_nv_seed)
|
/openthread-2.7.6/examples/ |
D | Makefile-simulation | 204 # Check (run unit tests) OpenThread for the specified target. 217 # Check (run unit tests) OpenThread for the specified target.
|