Searched full:py (Results 1 – 25 of 236) sorted by relevance
12345678910
158 run cli/test-700-multi-radio-join.py159 run cli/test-701-multi-radio-probe.py160 run cli/test-702-multi-radio-discover-by-rx.py161 run cli/test-703-multi-radio-mesh-header-msg.py162 run cli/test-704-multi-radio-scan.py163 run cli/test-705-multi-radio-discover-scan.py164 run cli/test-706-multi-radio-trel-peer-addr-port-change-discovery.py169 run cli/test-001-get-set.py170 run cli/test-002-form.py171 run cli/test-003-join.py[all …]
146 # Files clobbered by config.py858 # supported by scripts/config.py (for example, "full"). This selects872 # 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_CONFIG902 scripts/config.py unset MBEDTLS_PSA_CRYPTO_SE_C906 if scripts/config.py get MBEDTLS_THREADING_C; then907 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_C910 if scripts/config.py get MBEDTLS_THREADING_PTHREAD; then911 scripts/config.py -f "$CONFIG_TEST_DRIVER_H" set MBEDTLS_THREADING_PTHREAD[all …]
120 # 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.c131 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.c151 check tests/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_t…
41 …# 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 ||
6 # A very thin wrapper around list_internal_identifiers.py for backwards41 tests/scripts/list_internal_identifiers.py49 use. It is a thin wrapper around list_internal_identifiers.py.52 check_names.py and is now self-complete.
5 Run config.py with various parameters and write the results to files.10 test_config_script.py -d old11 ## Modify config.py and/or mbedtls_config.h ##12 test_config_script.py -d new57 # Try the output format from config.py130 ### config.py stops handling that case correctly.168 dest='script', default='scripts/config.py',
107 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" );
24 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py36 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py48 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py84 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py87 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py88 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_common.py89 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_core.py90 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod_raw.py91 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod.py92 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/test_case.py[all …]
21 $(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 analyzing52 generated_bignum_test_data: scripts/generate_bignum_tests.py53 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py54 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_core.py[all …]
6 python scripts\generate_driver_wrappers.py || exit /b 110 python scripts\generate_ssl_debug_helpers.py || exit /b 112 python scripts\generate_psa_constants.py || exit /b 113 python tests\scripts\generate_bignum_tests.py || exit /b 114 python tests\scripts\generate_ecp_tests.py || exit /b 115 python tests\scripts\generate_psa_tests.py || exit /b 1
8 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;
64 scripts/config.py unset MBEDTLS_NET_C || true65 scripts/config.py unset MBEDTLS_TIMING_C || true66 scripts/config.py unset MBEDTLS_FS_IO || true67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
14 # 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.
19 python infra/helper.py build_image mbedtls20 python infra/helper.py build_fuzzers --sanitizer address mbedtls21 python infra/helper.py run_fuzzer mbedtls fuzz_client29 perl scripts/config.py set MBEDTLS_PLATFORM_TIME_ALT53 * 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…
71 # Search for run-clang-tidy-14.py72 if command -v run-clang-tidy-14.py >/dev/null; then73 run_clang_tidy=$(command -v run-clang-tidy-14.py)76 elif command -v run-clang-tidy.py >/dev/null; then77 run_clang_tidy=$(command -v run-clang-tidy.py)81 die "run-clang-tidy.py 14.0 required"
318 …./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.py527 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py530 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py531 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py534 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py535 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py538 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py539 VIRTUAL_TIME=0 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py[all …]
40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py"45 die "Missing files in makefiles - run ./script/update-makefiles.py"
26 poetry run python3 bbtc.py --help32 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'
88 …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/*.py127 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py133 cert_scripts: ./tests/scripts/thread-cert/border_router/MATN/*.py139 cert_scripts: ./tests/scripts/thread-cert/border_router/LowPower/*.py145 cert_scripts: ./tests/scripts/thread-cert/border_router/internet/*.py151 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py157 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py163 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py
166 ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py170 …sl_receiver_local_time_sync" ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py234 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py284 ./script/test cert_suite ./tests/scripts/thread-cert/addon_test_channel_manager_autocsl*.py384 ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_5_3_01_SSEDAttachment.py385 … ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_6_1_07_PreferringARouterOverAReed.py386 ./script/test cert tests/scripts/thread-cert/v1_2_router_5_1_1.py387 ./script/test cert tests/scripts/thread-cert/v1_2_test_csl_transmission.py388 ./script/test cert tests/scripts/thread-cert/v1_2_test_enhanced_frame_pending.py389 ./script/test cert tests/scripts/thread-cert/v1_2_test_parent_selection.py
82 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py132 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py187 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py235 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py379 …/script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.py
30 parse_topofile.py35 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.157 cmd: python parse_topofile.py -f TopologyConfig.txt -c 5.1.1 5.2.169 cmd: python parse_topofile.py -f TopologyConfig.txt
30 copy /Y ..\..\harness-thci\OpenThread.py %THREADDIR%\Thread_Harness\THCI31 copy /Y ..\..\harness-thci\OpenThread_BR.py %THREADDIR%\Thread_Harness\THCI40 %THREADDIR%\Python27\python.exe Web\data\updateDeviceFields.py Web\data\deviceInputFields.xml
14 python setup.py install16 2. Copy "OT_Sniffer.py" to `C:\GRL\Thread1.1\Thread_Harness\Sniffer`.
50 <!-- Keep this synchronized with STANDARD_CATEGORIES in assemble_changelog.py! -->89 Run [`../scripts/assemble_changelog.py`](../scripts/assemble_changelog.py)