/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | basic-in-docker.sh | 23 source tests/scripts/docker_env.sh 25 run_in_docker tests/scripts/all.sh 'check_*' 32 run_in_docker -e OSSL_NO_DTLS=1 tests/compat.sh 33 run_in_docker tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl' 34 run_in_docker tests/scripts/test-ref-configs.pl 35 run_in_docker tests/scripts/depends.py curves 36 run_in_docker tests/scripts/depends.py kex
|
D | all.sh | 119 test -d include -a -d library -a -d programs -a -d tests 123 test -d include -a -d core -a -d drivers -a -d programs -a -d tests 225 if [[ -e ${PWD}/tests/scripts/quiet ]]; then 226 export PATH=${PWD}/tests/scripts/quiet:$PATH 248 Run mbedtls release validation tests. 249 By default, run all tests. With one or more COMPONENT, run only those. 265 -f|--force Force the tests to overwrite any modified files. 266 -k|--keep-going Run all tests and report errors at the end. 267 -m|--memory Additional optional memory tests. 287 --no-memory No additional memory tests (default). [all …]
|
D | check-generated-files.sh | 151 check tests/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_t…
|
D | generate_pkcs7_tests.py | 53 tests = [] 63 tests.append(Test(lines[i], lines[i+1], lines[i+2])) 66 tests.append(Test(lines[i], None, lines[i+1])) 68 latest_test_num = float(tests[-1].name.split('#')[1]) 69 return latest_test_num, tests
|
D | all-in-docker.sh | 22 source tests/scripts/docker_env.sh 25 run_in_docker tests/scripts/all.sh \
|
D | basic-build-test.sh | 33 if [ -d library -a -d include -a -d tests ]; then :; else 82 cd tests 125 } | tee tests/cov-$TEST_OUTPUT 146 cd tests
|
D | generate-afl-tests.sh | 29 if [ -d ../library -a -d ../include -a -d ../tests -a $THIS_DIR == "tests" ]; 36 DEST_TESTCASE_DIR=$TESTSUITE-afl-tests
|
D | check-python-files.sh | 58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || { 65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
|
D | test_psa_constant_names.py | 184 tests = Tests(options) 185 tests.run_all(inputs) 186 tests.report(sys.stdout) 187 if tests.errors:
|
/openthread-latest/third_party/mbedtls/repo/ |
D | Makefile | 21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean 23 all: programs tests 34 tests: lib mbedtls_test target 35 $(MAKE) -C tests 38 $(MAKE) -C tests mbedtls_test 44 tests/%: 45 $(MAKE) -C tests $* 50 generated_files: tests/generated_files 152 $(MAKE) -C tests clean 162 $(MAKE) -C tests neat [all …]
|
D | CONTRIBUTING.md | 11 - [Tests](#tests): please ensure the PR includes adequate tests. 17 …tests, as mentioned in the [Tests](#tests) and [Continuous Integration](#continuous-integration-te… 58 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull… 60 Mbed TLS includes a comprehensive set of test suites in the `tests/` directory that are dynamically… 62 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi… 64 A test script `tests/scripts/basic-build-test.sh` is available to show test coverage of the library… 70 …n made, the Continuous Integration (CI) tests are triggered and run. You should follow the result … 72 …e [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development/tests/git-scripts) prior…
|
/openthread-latest/tests/toranj/ |
D | build.sh | 76 -t | --enable-tests) 119 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 134 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 150 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 166 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 180 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 194 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 209 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 224 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ 238 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \ [all …]
|
D | README_CLI.md | 17 $ ./tests/toranj/build.sh all 28 The `toranj-cli` tests are included in `tests/toranj/cli` folder. Each test-case has its own script… 33 $ cd tests/toranj/cli 37 …un all CLI tests, `start` script can be used. This script will build OpenThread with proper config… 41 $ top_builddir=($pwd) TORANJ_CLI=1 ./tests/toranj/start.sh 169 …havior of OpenThread with simulation platform. `thread-cert` scripts (in `tests/scripts/thread-cer…
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | README.md | 3 ## Run Border Router (BR) tests locally 5 BR tests run in isolated Docker network and containers, so a new OTBR Docker image needs to be crea… 22 # Run the BR tests locally. 23 TEST_CASE=./tests/scripts/thread-cert/border_router/test_advertising_proxy.py
|
/openthread-latest/tests/unit/ |
D | README.md | 3 This page describes how to build and run OpenThread unit tests. It will be helpful for developers t… 7 …tests cannot be built solely without building the whole project. So first build OpenThread on the … 14 ## List all tests 16 To see what tests are available in OpenThread: 25 To run all the unit tests:
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 7 # the tests folder is included directly by a parent project, without including 24 ${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 102 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py 105 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py 118 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py 121 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py [all …]
|
D | compat-in-docker.sh | 27 source tests/scripts/docker_env.sh 54 tests/compat.sh \
|
D | ssl-opt-in-docker.sh | 27 source tests/scripts/docker_env.sh 54 tests/ssl-opt.sh \
|
D | Descriptions.txt | 2 The various 'test_suite_XXX' programs from the 'tests' directory, executed 13 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/third_party/mbedtls/repo/scripts/ |
D | make_generated_files.bat | 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
|
D | tmp_ignore_makefiles.sh | 43 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile 46 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 81 * [ ] `include/psa/crypto_config.h`, `tests/include/test/drivers/crypto_config_test_driver_extensio… 86 * [ ] `tests/suites/test_suite_psa_crypto_metadata.data` — [New functions and macros](#new-function… 87 * (If adding `PSA_IS_xxx`) `tests/suites/test_suite_psa_crypto_metadata.function` — [New functions … 88 * [ ] `tests/suites/test_suite_psa_crypto*.data`, `tests/suites/test_suite_psa_crypto*.function` — … 89 …_dev/crypto_knowledge.py`, `scripts/mbedtls_dev/asymmetric_key_data.py` — [Unit tests](#unit-tests) 97 …tests/suites/test_suite_psa_crypto.data`, `tests/suites/test_suite_psa_crypto.function`, `tests/su… 121 …tests/suites/test_suite_psa_crypto_metadata.data` that verifies that `PSA_IS_xxx` macros behave pr… 131 * For the testing of the driver dispatch code, `tests/include/test/drivers/crypto_config_test_drive… 154 ### Unit tests 156 A number of unit tests are automatically generated by `tests/scripts/generate_psa_tests.py` based o… [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 7 ## Unit tests 25 `tests/scripts/check_test_cases.py` enforces some rules and warns if some guidelines are violated. 27 ## TLS tests 29 ### SSL extension tests argument 37 ### SSL cipher suite tests argument 43 ## Running tests 49 Unit tests, `ssl-opt.sh` and `compat.sh` record the outcome of each test case in a **test outcome f…
|
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/ |
D | README.md | 7 …<Mbed TLS root>/tests/git-scripts` directory, and one must create a soft link from `<Mbed TLS root… 12 `ln -s ../../tests/git-scripts/pre-push.sh pre-push`
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 42 tests/ssl-opt.sh 81 data_files=$(cd tests/suites && echo *.data) 90 extra_files=$(cd tests/opt-testcases && echo *.sh)
|