Searched full:scripts (Results 1 – 25 of 152) sorted by relevance
1234567
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 72 # script -c tests/scripts/all.sh 74 # tests/scripts/all.sh >all.log 2>&1 135 # suffix from auxiliary scripts so that all.sh and auxiliary scripts can 766 "$@" scripts/output_env.sh 788 tests/scripts/recursion.pl library/*.c 793 tests/scripts/check-generated-files.sh 798 tests/scripts/check-doxy-blocks.pl 803 tests/scripts/check_files.py 809 scripts/assemble_changelog.py -o ChangeLog.new 820 tests/scripts/check_names.py -v [all …]
|
D | check-generated-files.sh | 28 default the scripts reports it and exits in error; with the -u option, it just 104 check scripts/generate_errors.pl library/error.c 105 check scripts/generate_query_config.pl programs/test/query_config.c 106 check scripts/generate_features.pl library/version_features.c 107 check scripts/generate_visualc_files.pl visualc/VS2010 108 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c 109 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
|
D | check-python-files.sh | 53 …# tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library st… 70 $PYTHON -m pylint -j 2 scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || { 79 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
|
D | basic-in-docker.sh | 31 source tests/scripts/docker_env.sh 33 run_in_docker tests/scripts/all.sh 'check_*' 42 run_in_docker tests/scripts/test-ref-configs.pl 43 run_in_docker tests/scripts/curves.pl 44 run_in_docker tests/scripts/key-exchanges.pl
|
D | curves.pl | 35 # Usage: tests/scripts/curves.pl 82 system( "scripts/config.pl unset $curve" ) 86 system( "scripts/config.pl unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED" ); 97 system( "scripts/config.pl set $curve" ) 104 system( "scripts/config.pl $ecdsa $dep" ) 113 system( "scripts/config.pl unset $curve" ) 125 system( "scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED" ); 132 system( "scripts/config.py unset $curve" )
|
D | key-exchanges.pl | 30 # Usage: tests/scripts/key-exchanges.pl 64 system( "scripts/config.py full" ) and abort "Failed config full\n"; 67 system( "scripts/config.py unset $k" )
|
D | all-in-docker.sh | 30 source tests/scripts/docker_env.sh 33 run_in_docker tests/scripts/all.sh \
|
D | depends-pkalgs.pl | 34 # Usage: tests/scripts/depends-pkalgs.pl 92 system( "scripts/config.py unset $alg" ) 95 system( "scripts/config.py unset $opt" )
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | .travis.yml | 22 - scripts/min_requirements.py 24 - tests/scripts/all.sh -k 'check_*' 25 - tests/scripts/all.sh -k test_default_out_of_box 26 - tests/scripts/all.sh -k test_ref_configs 27 - tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus 31 - tests/scripts/all.sh -k test_full_cmake_gcc_asan 36 - scripts/windows_msbuild.bat v141 # Visual Studio 2017 39 - tests/scripts/travis-log-failure.sh
|
D | .gitignore | 1 # Random seed file created by test scripts and sample programs 23 # generated by scripts/memory.sh
|
/openthread-3.5.0/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. 7 …scripts` directory, and one must create a soft link from `<mbed TLS root>/.git/hooks` to `<mbed TL… 12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push` 16 These scripts can also be used independently.
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | run_cert_suite.py | 44 _BACKBONE_TESTS_DIR = 'tests/scripts/thread-cert/backbone' 118 parser.add_argument("scripts", nargs='+', type=str, help='specify Backbone test scripts') 124 logging.info("Test scripts: %d", len(args.scripts)) 128 def check_has_backbone_tests(scripts): argument 129 for script in scripts: 153 def run_tests(scripts: List[str], multiply: int = 1, run_directory: str = None): 158 script_ids = [(script, i) for script in scripts for i in range(multiply)] 193 has_backbone_tests = check_has_backbone_tests(args.scripts) 201 fail_count = run_tests(args.scripts, args.multiply, args.run_directory)
|
/openthread-3.5.0/.github/workflows/ |
D | simulation-1.1.yml | 69 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 78 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… 117 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 123 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… 167 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 173 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… 210 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 216 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… 338 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 344 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… [all …]
|
D | otbr.yml | 77 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 88 …sudo -E ./script/test cert_suite ./tests/scripts/thread-cert/backbone/*.py || (sudo chmod a+r *.lo… 119 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py 125 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py 131 cert_scripts: ./tests/scripts/thread-cert/border_router/MATN/*.py 137 cert_scripts: ./tests/scripts/thread-cert/border_router/LowPower/*.py 143 cert_scripts: ./tests/scripts/thread-cert/border_router/nat64/*.py 149 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py 155 cert_scripts: ./tests/scripts/thread-cert/border_router/*.py 186 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt
|
D | simulation-1.2.yml | 82 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 91 ./script/test cert_suite tests/scripts/thread-cert/v1_2_* 141 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 154 ./script/test cert_suite ./tests/scripts/thread-cert/v1_2_LowPower*.py 205 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 214 …./script/test cert_suite ./tests/scripts/thread-cert/Cert_*.py ./tests/scripts/thread-cert/test_*.… 297 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 305 ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_5_3_01_SSEDAttachment.py 306 … ./script/test cert tests/scripts/thread-cert/v1_2_LowPower_6_1_07_PreferringARouterOverAReed.py 307 ./script/test cert tests/scripts/thread-cert/v1_2_router_5_1_1.py [all …]
|
D | otci.yml | 69 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 73 PYTHONPATH=./tests/scripts/thread-cert pytype tools/otci 83 export PYTHONPATH=./tests/scripts/thread-cert/
|
/openthread-3.5.0/script/ |
D | test | 269 export PYTHONPATH=tests/scripts/thread-cert 288 export PYTHONPATH=tests/scripts/thread-cert 294 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1… 398 ./tests/scripts/thread-cert/pktverify/verify.py "$1" 462 …find tests/scripts/expect -type f -perm "$([[ $OSTYPE == darwin* ]] && echo '+' || echo '/')"111 \… 498 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 499 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py 502 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py 503 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeout.py 506 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py [all …]
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/ |
D | footprint.sh | 76 scripts/config.py unset MBEDTLS_NET_C || true 77 scripts/config.py unset MBEDTLS_TIMING_C || true 78 scripts/config.py unset MBEDTLS_FS_IO || true 79 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
|
D | ecc-heap.sh | 8 # scripts/ecc-heap.sh | tee ecc-heap.log 77 scripts/config.py set MBEDTLS_ECP_WINDOW_SIZE $W 78 scripts/config.py set MBEDTLS_ECP_FIXED_POINT_OPTIM $F
|
D | bump_version.sh | 144 scripts/generate_errors.pl 147 scripts/generate_query_config.pl 150 scripts/generate_features.pl 153 scripts/generate_visualc_files.pl
|
D | generate_query_config.pl | 15 # function by using the template in scripts/data_files/query_config.fmt. 17 # Usage: ./scripts/generate_query_config.pl without arguments 38 my $query_config_format_file = "./scripts/data_files/query_config.fmt";
|
D | memory.sh | 64 scripts/config.py unset MBEDTLS_SSL_SRV_C 67 scripts/config.py unset $FLAG 105 scripts/massif_max.pl massif.out.*
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/ |
D | make-in-docker.sh | 10 # - scripts/docker_env.sh for general Docker prerequisites and other information. 27 source tests/scripts/docker_env.sh
|
D | CMakeLists.txt | 45 …COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/generate_test_code.py -f … 46 …DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/generate_test_code.py ${mbedtls_target} ${CMAKE_CURREN… 176 # Make scripts and data files needed for testing available in an 185 link_to_source(scripts)
|
/openthread-3.5.0/tests/scripts/expect/ |
D | v1_2-sed_mac_send.exp | 30 source "tests/scripts/expect/_common.exp" 31 source "tests/scripts/expect/_multinode.exp"
|
1234567