Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 119) sorted by relevance

12345

/openthread-2.7.6/tests/scripts/thread-cert/
Drun_cert_suite.py59 def run_cert(port_offset: int, script: str):
61 test_name = os.path.splitext(os.path.basename(script))[0] + '_' + str(port_offset)
69 subprocess.check_call(["python3", script],
121 for script in scripts:
122 relpath = os.path.relpath(script, _BACKBONE_TESTS_DIR)
149 # Run each script for multiple times
150 scripts = [script for script in scripts for _ in range(multiply)]
153 def error_callback(port_offset, script, err): argument
156 script_fail_count[script] += 1
157 if script_succ_count[script] + script_fail_count[script] == multiply:
[all …]
/openthread-2.7.6/.github/workflows/
Dsimulation-1.2.yml73 ./script/test build
77 ./script/test prepare_coredump_upload
78 ./script/test unit
79 ./script/test cert_suite tests/scripts/thread-cert/v1_2_*
83 CRASHED=$(./script/test check_crash | tail -1)
99 ./script/test generate_coverage "${{ matrix.compiler.gcov }}"
127 ./script/test build
130 ./script/test get_thread_wireshark
134 ./script/test prepare_coredump_upload
137 ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py
[all …]
Dposix.yml56 ./script/test prepare_coredump_upload
57 …OGS=ON -DOT_LOG_OUTPUT=PLATFORM_DEFINED' VIRTUAL_TIME=0 OT_NODE_TYPE=rcp ./script/test build expect
61 CRASHED=$(./script/test check_crash | tail -1)
72 ./script/test generate_coverage gcc
88 ./script/test prepare_coredump_upload
89 …UTPUT=PLATFORM_DEFINED' OT_NATIVE_IP=1 VIRTUAL_TIME=0 OT_NODE_TYPE=rcp ./script/test clean build e…
93 CRASHED=$(./script/test check_crash | tail -1)
109 ./script/test generate_coverage gcc
149 ./script/test generate_coverage gcc
170 script/check-ncp-rcp-migrate build
[all …]
Dsimulation-1.1.yml104 ./script/git-tool clone --depth 1 https://github.com/openthread/ot-ns.git /tmp/otns
106 ./script/test py-unittests py-examples
117 ./script/test generate_coverage gcc
142 ./script/test build
145 ./script/test get_thread_wireshark
148 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.…
158 ./script/test generate_coverage gcc
197 ./script/test generate_coverage gcc
242 ./script/test generate_coverage gcc
282 ./script/test generate_coverage gcc
[all …]
Dotbr.yml67 ./script/test build_otbr_docker
75 ./script/test build
78 ./script/test get_thread_wireshark
83 …sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r *.lo…
98 ./script/test generate_coverage gcc
127 ./script/test build_otbr_docker
135 ./script/test build
138 ./script/test get_thread_wireshark
143 …sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/border_router/*.py || (sudo chmod a+r…
158 ./script/test generate_coverage gcc
[all …]
Dbuild.yml57 script/make-pretty check
81 OT_NODE_TYPE=rcp ./script/test build
108 script/test package
122 script/check-scan-build
162 script/check-arm-build
183 script/check-simulation-build
184 script/check-posix-build
205 script/check-simulation-build
206 script/check-posix-build
232 script/check-simulation-build
[all …]
/openthread-2.7.6/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-2.7.6/script/
Dmake-pretty31 # The script to check or format source code of OpenThread.
35 # script/make-pretty
39 # script/make-pretty clang
40 # script/make-pretty clang-format
41 # script/make-pretty clang-tidy
45 # script/make-pretty markdown
49 # script/make-pretty python
53 # script/make-pretty shell
57 # script/make-pretty check clang
58 # script/make-pretty check clang-format
[all …]
Dcmake-build31 # This script calls cmake and ninja to compile OpenThread for the given platform.
35 # script/cmake-build ${platform}
39 # script/cmake-build ${platform} -D${option}=ON
43 # script/cmake-build ${platform} -D${option}=OFF
47 # OT_CMAKE_NINJA_TARGET="ot-cli-ftd" script/cmake-build ${platform}
51 # OT_CMAKE_BUILD_DIR="./build/temp" script/cmake-build ${platform}
55 # script/cmake-build simulation
57 # script/cmake-build simulation -DOT_FULL_LOGS=ON -DOT_CHANNEL_MANAGER=OFF
59 # OT_CMAKE_NINJA_TARGET="ot-cli-mtd" OT_CMAKE_BUILD_DIR="./build/temp" script/cmake-build simu…
Dtest96 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b…
99 …ILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-build simula…
106 …DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simula…
109 …DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cmake-build simula…
141 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build …
147 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-bu…
173 ./script/gcda-tool clean
287 ./script/git-tool clone https://github.com/openthread/ot-br-posix.git --depth 1 "${otbrdir}"
317 for script in "$@"; do
318 echo -e "\n${OT_COLOR_PASS}EXEC${OT_COLOR_NONE} ${script}"
[all …]
Dcheck-core-makefiles40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py"
45 die "Missing files in makefiles - run ./script/update-makefiles.py"
Dpackage47 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build simulation "…
51 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
55 …OT_CMAKE_NINJA_TARGET="package" OT_CMAKE_BUILD_DIR="${builddir}" ./script/cmake-build posix "${opt…
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dcheck-generated-files.sh27 This script checks that all generated file are up-to-date. If some aren't, by
49 SCRIPT=$1
66 $SCRIPT
68 # Compare the script output to the old files and remove backups
71 echo "'$FILE' was either modified or deleted by '$SCRIPT'"
96 echo "Files were created by '$SCRIPT'"
Dtest_config_script.py64 """Figure out what presets the script supports.
66 help_text should be the output from running the script with --help.
87 extracted from running the config script with --help.
92 help_text = subprocess.run([options.script, '--help'],
99 """Run the config script with the given arguments.
125 cmd = [os.path.abspath(options.script),
138 ### This script currently tests what happens when you change a symbol from
179 dest='script', default='scripts/config.py',
180 help="""Configuration script (default: %(default)s).""")
Ddocker_env.sh8 # This is a helper script to enable running tests under a Docker container,
14 # This script expects a Linux x86_64 system with a recent version of Docker
16 # server must be used, invoke this script with the usual environment variables
22 # Running this script directly will check for Docker availability and set up
/openthread-2.7.6/third_party/nlbuild-autotools/repo/scripts/
Dbootstrap-configure21 # This file implements a script which, when run from a project
24 # the package, and then rerun the configuration script for the
27 # This script is particularly useful when you are changing the
28 # configuration script and testing those changes.
/openthread-2.7.6/third_party/mbedtls/repo/
D.travis.yml21 script:
28 script:
34 script:
44 script:
/openthread-2.7.6/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 -DOT_THREAD_VERSION=1.2
87 script/build nrf52840 UART_trans -DOT_THREAD_VERSION=1.2
141 ./script/cmake-build cc2538 -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_FTD=OFF -DOT_MTD=OFF
164 ./script/cmake-build posix -DOT_DAEMON=ON
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/
Dtest-driver2 # test-driver - basic testsuite driver script.
23 # configuration script generated by Autoconf, you may include it under
48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
54 log_file= # Where to save the output of the test script.
106 # Test script is run here.
132 # mode: shell-script
/openthread-2.7.6/third_party/openthread-test-driver/
Dtest-driver2 # test-driver - basic testsuite driver script.
23 # configuration script generated by Autoconf, you may include it under
48 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
54 log_file= # Where to save the output of the test script.
106 # Test script is run here.
158 # mode: shell-script
DREADME.md21 Automake testsuite driver script.
25 Change the test-driver automake script to support
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
Dbootstrap21 # This file is a trampoline script to the nlbuild-autotools
22 # bootstrap script and augments it by providing the path to the
26 # Set this to the relative location of nlbuild-autotools to this script
/openthread-2.7.6/doc/
Dheader.html11 <script type="text/javascript" src="$relpath^jquery.js"></script>
12 <script type="text/javascript" src="$relpath^dynsections.js"></script>
/openthread-2.7.6/
Dbootstrap30 # This file is a trampoline script to the nlbuild-autotools
31 # bootstrap script and augments it by providing the path to the
35 # Set this to the relative location of nlbuild-autotools to this script
/openthread-2.7.6/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

12345