Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 53) sorted by relevance

123

/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py60 def run_cert(job_id: int, port_offset: int, script: str, run_directory: str):
61 if not os.access(script, os.X_OK):
62 logging.warning('Skip test %s, not executable', script)
66 test_name = os.path.splitext(os.path.basename(script))[0] + '_' + str(job_id)
76 abs_script = os.path.abspath(script)
130 for script in scripts:
131 relpath = os.path.relpath(script, _BACKBONE_TESTS_DIR)
159 script_ids = [(script, i) for script in scripts for i in range(multiply)]
162 def error_callback(port_offset, script, err, start_time): argument
166 script_fail_count[script] += 1
[all …]
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dverify.py53 script = test_info['script']
55 script = os.path.relpath(script, THREAD_CERT_DIR)
57 module_name = os.path.splitext(script)[0].replace('/', '.')
58 logging.info("Loading %s as module %s ...", script, module_name)
60 … spec = importlib.util.spec_from_file_location(module_name, os.path.join(THREAD_CERT_DIR, script))
71 assert test_class is not None, "can not find a test class in %s" % script
/openthread-latest/script/
Dtest155 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b…
158 …ILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simula…
165 …DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simula…
168 …DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simula…
209 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build …
215 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-bu…
241 ./script/gcda-tool clean
393 … ./script/git-tool clone https://github.com/openthread/ot-br-posix.git --depth 1 "${otbrdir}"
430 for script in "$@"; do
431 echo -e "\n${OT_COLOR_PASS}EXEC${OT_COLOR_NONE} ${script}"
[all …]
Dpackage49 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build simulation "…
53 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
57 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
Dmake-pretty156 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format -style=file -i -verbose
166 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
178 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}" -fix)
190 && ../../script/clang-tidy -j"$OT_BUILD_JOBS" "${OT_CLANG_TIDY_FIX_DIRS[@]}")
Dcheck-arm-build84 script/git-tool clone https://github.com/openthread/ot-nrf528xx.git "${OT_TMP_DIR}"
89 script/build nrf52840 UART_trans "${options[@]}"
Dcheck-simulation-local-host80 ./script/cmake-build posix
81 ./script/cmake-build simulation
Dcheck-core-makefiles40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py"
Dcheck-simulation-build-cmake266 ./script/cmake-build simulation -DOT_LOG_LEVEL=DEBG \
271 ./script/cmake-build simulation -DOT_LOG_LEVEL=DEBG \
Dcheck-posix-pty92 ./script/cmake-build simulation
93 …./script/cmake-build posix -DOT_PLATFORM_NETIF=1 -DOT_PLATFORM_UDP=1 -DOT_UDP_FORWARD=0 -DOT_POSIX…
/openthread-latest/tests/scripts/thread-cert/border_router/
DREADME.md11 ./script/test get_thread_wireshark
17 LOCAL_OTBR_DIR=$HOME/ot-br-posix ./script/test build_otbr_docker
20 VIRTUAL_TIME=0 ./script/test build
24 VERBOSE=1 PACKET_VERIFICATION=1 VIRTUAL_TIME=0 ./script/test cert_suite ${TEST_CASE}
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh75 script/cmake-build \
99 script/cmake-build \
140 cp "${ETC_DIR}/server.patch" script/server.patch
141 patch script/server script/server.patch
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dlist-identifiers.sh45 Sorry, this script has to be called with --internal.
47 This script exists solely for backwards compatibility with the previous
51 check-names.sh, which used to depend on this script, has been replaced with
Dtest_config_script.py81 help_text = subprocess.run([options.script, '--help'],
114 cmd = [os.path.abspath(options.script),
Dcheck-generated-files.sh15 This script checks that all generated file are up-to-date. If some aren't, by
Drun-metatests.sh69 # Don't pipe the output of metatest so that if it fails, this script exits
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile74 # Required and installed during build (script/bootstrap), could be removed
92 && ./script/bootstrap.sh \
101 && ./script/bootstrap \
102 && ./script/setup \
104 && mv ./script /tmp \
108 && mv /tmp/script . \
Dserver.patch1 --- script/server 2022-08-15 11:41:53.915673348 +0800
2 +++ script/server2 2022-08-15 11:43:12.387100651 +0800
17 die 'Unable to find service manager. Try script/console to start in console mode!'
/openthread-latest/src/posix/
DREADME.md22 ./script/cmake-build posix
37 ./script/cmake-build simulation -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_FTD=OFF -DOT_MTD=OFF
71 ./script/bootstrap
80 script/build nrf52840 USB_trans -DOT_BOOTLOADER=USB
87 script/build nrf52840 UART_trans
148 ./script/cmake-build posix -DOT_DAEMON=ON
/openthread-latest/etc/docker/environment/
DDockerfile33 && ./script/bootstrap \
43 && ./script/cmake-build posix -DOT_DAEMON=ON
/openthread-latest/tools/cp-caps/
DREADME.md19 - PC : The computer to run the test script.
25 Before running the test script on PC, testers should install dependences first.
43 $ ./script/bootstrap
44 $ ./script/build nrf52840 UART_trans -DOT_DIAGNOSTIC=ON -DOT_CSL_RECEIVER=ON -DOT_LINK_METRICS_INIT…
59 This script is used for testing RCP capabilities.
/openthread-latest/third_party/mbedtls/repo/tests/
DDescriptions.txt13 The 'tests/compat.sh' script checks interoperability with OpenSSL and
20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
/openthread-latest/tests/toranj/
DREADME_CLI.md14 To build OpenThread with `toranj` configuration, the `test/toranj/build.sh` script can be used:
28 The `toranj-cli` tests are included in `tests/toranj/cli` folder. Each test-case has its own script
37 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con…
141 When `start.sh` script is used to run all test-cases, if any test fails, to help with debugging of …
174 - `thread-cert` test cases can run quickly (due to virtual time emulation), but the test script its…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dmain_test.function5 * This file has been machine generated using the script:
64 * Identifiers and evaluation code is generated by script:
96 * Identifiers and check code is generated by script:
137 * This table is populated by script:
/openthread-latest/etc/cmake/
Dprint.cmake30 # Purpose of this CMake script is to support printing of properties fetched
38 # This script can be invoked as: `cmake -DLIST="itemA;itemB;..." -P print.cmake`

123