Home
last modified time | relevance | path

Searched full:py (Results 1 – 25 of 236) sorted by relevance

12345678910

/openthread-latest/tests/toranj/
Dstart.sh158 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
171 run cli/test-003-join.py
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh146 # Files clobbered by config.py
858 # supported by scripts/config.py (for example, "full"). This selects
872 # calling scripts/config.py on this file remains the only option.
894 scripts/config.py "$base_config"
898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
902 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C
906 if scripts/config.py get MBEDTLS_THREADING_C; then
907 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_C
910 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then
911 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_PTHREAD
[all …]
Dcheck-generated-files.sh120 # scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
130 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
131 check tests/scripts/generate_bignum_tests.py $(tests/scripts/generate_bignum_tests.py --list)
132 check tests/scripts/generate_ecp_tests.py $(tests/scripts/generate_ecp_tests.py --list)
133 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
134 check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/ps…
141 check scripts/generate_ssl_debug_helpers.py library/ssl_debug_helpers_generated.c
151 check tests/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_t…
Dcheck-python-files.sh41 …# tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library st…
58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
Dlist-identifiers.sh6 # A very thin wrapper around list_internal_identifiers.py for backwards
41 tests/scripts/list_internal_identifiers.py
49 use. It is a thin wrapper around list_internal_identifiers.py.
52 check_names.py and is now self-complete.
Dtest_config_script.py5 Run config.py with various parameters and write the results to files.
10 test_config_script.py -d old
11 ## Modify config.py and/or mbedtls_config.h ##
12 test_config_script.py -d new
57 # Try the output format from config.py
130 ### config.py stops handling that case correctly.
168 dest='script', default='scripts/config.py',
Dtest-ref-configs.pl107 system( "scripts/config.py set MBEDTLS_PSA_CRYPTO_C" );
108 system( "scripts/config.py set MBEDTLS_USE_PSA_CRYPTO" );
135 system( "scripts/config.py set MBEDTLS_DEBUG_C" );
136 system( "scripts/config.py set MBEDTLS_ERROR_C" );
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt24 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
36 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py
48 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py
84 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
87 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
88 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_common.py
89 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_core.py
90 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod_raw.py
91 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod.py
92 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/test_case.py
[all …]
DMakefile21 $(PYTHON) scripts/generate_bignum_tests.py --list || \
25 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
28 $(PYTHON) scripts/generate_ecp_tests.py --list || \
32 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
35 $(PYTHON) scripts/generate_psa_tests.py --list || \
39 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
44 # generate_bignum_tests.py and generate_psa_tests.py spend more time analyzing
52 generated_bignum_test_data: scripts/generate_bignum_tests.py
53 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py
54 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_core.py
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmake_generated_files.bat6 python scripts\generate_driver_wrappers.py || exit /b 1
10 python scripts\generate_ssl_debug_helpers.py || exit /b 1
12 python scripts\generate_psa_constants.py || exit /b 1
13 python tests\scripts\generate_bignum_tests.py || exit /b 1
14 python tests\scripts\generate_ecp_tests.py || exit /b 1
15 python tests\scripts\generate_psa_tests.py || exit /b 1
Dconfig.pl8 my $py = $0;
9 $py =~ s/\.pl$/.py/ or die "Unable to determine the name of the Python script";
10 exec 'python3', $py, @ARGV;
12 exec 'python', $py, @ARGV;
Dfootprint.sh64 scripts/config.py unset MBEDTLS_NET_C || true
65 scripts/config.py unset MBEDTLS_TIMING_C || true
66 scripts/config.py unset MBEDTLS_FS_IO || true
67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
Dci.requirements.txt14 # At the time of writing, only needed for tests/scripts/audit-validity-dates.py.
19 # to run audit-validity-dates.py on Python >=3.6.
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/
DREADME.md19 python infra/helper.py build_image mbedtls
20 python infra/helper.py build_fuzzers --sanitizer address mbedtls
21 python infra/helper.py run_fuzzer mbedtls fuzz_client
29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT
53 * Run a dummy python script to output either client or server corpus file like `python dummy.py tes…
56 Here is an example of dummy.py for extracting payload from client to server (if we used `tcp.dstpor…
/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)
76 elif command -v run-clang-tidy.py >/dev/null; then
77 run_clang_tidy=$(command -v run-clang-tidy.py)
81 die "run-clang-tidy.py 14.0 required"
Dtest318 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
426 ./tests/scripts/thread-cert/pktverify/verify.py "$1"
526 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
527 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
530 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
531 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
534 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
535 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
538 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
539 VIRTUAL_TIME=0 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py
[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"
/openthread-latest/tools/tcat_ble_client/
DREADME.md26 poetry run python3 bbtc.py --help
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/.github/workflows/
Dotbr.yml88 …sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r ot_t…
121 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
127 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
133 cert_scripts: ./tests/scripts/thread-cert/border_router/MATN/*.py
139 cert_scripts: ./tests/scripts/thread-cert/border_router/LowPower/*.py
145 cert_scripts: ./tests/scripts/thread-cert/border_router/internet/*.py
151 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
157 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
163 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
Dsimulation-1.4.yml166 ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py
170 …sl_receiver_local_time_sync" ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py
234 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
284 ./script/test cert_suite ./tests/scripts/thread-cert/addon_test_channel_manager_autocsl*.py
384 ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_5_3_01_SSEDAttachment.py
385 … ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_6_1_07_PreferringARouterOverAReed.py
386 ./script/test cert tests/scripts/thread-cert/v1_2_router_5_1_1.py
387 ./script/test cert tests/scripts/thread-cert/v1_2_test_csl_transmission.py
388 ./script/test cert tests/scripts/thread-cert/v1_2_test_enhanced_frame_pending.py
389 ./script/test cert tests/scripts/thread-cert/v1_2_test_parent_selection.py
Dsimulation-1.1.yml82 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
132 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
187 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
235 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
379 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
/openthread-latest/tools/harness-automation/
Dparse_topofile.py30 parse_topofile.py
35 usage: parse_topofile.py [-h] [-f TOPO_FILE] [-c CASE_LIST [CASE_LIST ...]]
48 cmd: python parse_topofile.py -f TopologyConfig.txt -c 5.1.1
57 cmd: python parse_topofile.py -f TopologyConfig.txt -c 5.1.1 5.2.1
69 cmd: python parse_topofile.py -f TopologyConfig.txt
/openthread-latest/tools/harness-simulation/harness/
Dinstall.bat30 copy /Y ..\..\harness-thci\OpenThread.py %THREADDIR%\Thread_Harness\THCI
31 copy /Y ..\..\harness-thci\OpenThread_BR.py %THREADDIR%\Thread_Harness\THCI
40 %THREADDIR%\Python27\python.exe Web\data\updateDeviceFields.py Web\data\deviceInputFields.xml
/openthread-latest/tools/harness-sniffer/
DREADME.md14 python setup.py install
16 2. Copy "OT_Sniffer.py" to `C:\GRL\Thread1.1\Thread_Harness\Sniffer`.
/openthread-latest/third_party/mbedtls/repo/ChangeLog.d/
D00README.md50 <!-- Keep this synchronized with STANDARD_CATEGORIES in assemble_changelog.py! -->
89 Run [`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)

12345678910