Home
last modified time | relevance | path

Searched full:sh (Results 1 – 25 of 96) sorted by relevance

1234

/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh1 #!/bin/sh
3 # basic-build-tests.sh
28 # * System tests - executed using tests/ssl-opt.sh
29 # * Interoperability tests - executed using tests/compat.sh
39 # Usage: basic-build-tests.sh
57 # Used to make ssl-opt.sh deterministic.
59 # See also RELEASE_SEED in all.sh. Debugging is easier if both values are kept
61 # definitely want to change it in all.sh as well.
70 # To avoid setting OpenSSL and GnuTLS for each call to compat.sh and ssl-opt.sh
86 scripts/output_env.sh
[all …]
Dall-in-docker.sh3 # all-in-docker.sh
7 # This runs all.sh (except for armcc) in a Docker container.
11 # See docker_env.sh for prerequisites and other information.
13 # See also all.sh for notes about invocation of that script.
30 source tests/scripts/docker_env.sh
33 run_in_docker tests/scripts/all.sh \
Dall.sh3 # 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
151 # See also RELEASE_SEED in basic-build-test.sh. Debugging is easier if
154 # basic-build-test.sh as well.
405 # all.sh will still run and work properly.
566 failure_summary_file=$PWD/all-sh-failures-$$.log
700 # Build the list of variables to pass to output_env.sh.
708 # To avoid setting OpenSSL and GnuTLS for each call to compat.sh
[all …]
Dbasic-in-docker.sh3 # basic-in-docker.sh
14 # See docker_env.sh for prerequisites and other information.
31 source tests/scripts/docker_env.sh
33 run_in_docker tests/scripts/all.sh 'check_*'
40 run_in_docker -e OSSL_NO_DTLS=1 tests/compat.sh
41 run_in_docker tests/ssl-opt.sh -e '\(DTLS\|SCSV\).*openssl'
Dtest-ref-configs.pl23 # configuration, run the test suites and compat.sh
103 print "\nrunning compat.sh $compat\n";
104 system( "tests/compat.sh $compat" )
105 and abort "Failed compat.sh: $conf\n";
109 print "\nskipping compat.sh\n";
115 print "\nrunning ssl-opt.sh $opt\n";
116 system( "tests/ssl-opt.sh $opt" )
117 and abort "Failed ssl-opt.sh: $conf\n";
121 print "\nskipping ssl-opt.sh\n";
Dtravis-log-failure.sh1 #!/bin/sh
3 # travis-log-failure.sh
22 # List the server and client logs on failed ssl-opt.sh and compat.sh tests.
26 # but it can be much more. For example, the client log of test 273 in ssl-opt.sh
Dlist-identifiers.sh10 # Usage: list-identifiers.sh [ -i | --internal ]
60 iteration of list-identifiers.sh, of which only the --internal option remains in
63 check-names.sh, which used to depend on this script, has been replaced with
Dcheck_files.py174 should_be_executable = filepath.endswith((".sh", ".pl"))
187 # Allow either /bin/sh, /bin/bash, or /usr/bin/env.
189 # For sh and bash, the argument if present must be options.
191 _shebang_re = re.compile(rb'^#! ?(?:/bin/(bash|sh)(?: -[^\n ]*)?'
194 b'bash': 'sh',
197 b'sh': 'sh',
Ddoxygen.sh1 #!/bin/sh
28 if scripts/apidoc_full.sh > doc.out 2>doc.err; then :; else
/openthread-3.4.0/src/posix/
DREADME.md21 ```sh
35 ```sh
44 ```sh
58 ```sh
64 ```sh
70 ```sh
78 ```sh
85 ```sh
94 ```sh
102 ```sh
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/
D.travis.yml24 - 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
39 - tests/scripts/travis-log-failure.sh
/openthread-3.4.0/third_party/mbedtls/repo/tests/
Dcompat-in-docker.sh3 # compat-in-docker.sh
7 # This runs compat.sh in a Docker container.
17 # - scripts/docker_env.sh for general Docker prerequisites and other information.
18 # - compat.sh for notes about invocation of that script.
35 source tests/scripts/docker_env.sh
62 tests/compat.sh \
Dssl-opt-in-docker.sh3 # ssl-opt-in-docker.sh
7 # This runs ssl-opt.sh in a Docker container.
17 # - scripts/docker_env.sh for general Docker prerequisites and other information.
18 # - ssl-opt.sh for notes about invocation of that script.
35 source tests/scripts/docker_env.sh
62 tests/ssl-opt.sh \
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
21 covered by compat.sh: session resumption (using session cache or tickets),
Dmake-in-docker.sh3 # make-in-docker.sh
10 # - scripts/docker_env.sh for general Docker prerequisites and other information.
27 source tests/scripts/docker_env.sh
/openthread-3.4.0/tools/harness-automation/doc/
Dquickstart.rst30 ./start.sh Router_5_1_1
41 ./start.sh
54 ./start.sh -l
65 ./start.sh -l COM28
76 ./start.sh -h
/openthread-3.4.0/third_party/mbedtls/repo/tests/git-scripts/
Dpre-commit.sh1 #!/bin/sh
3 # pre-commit.sh
34 tests/scripts/check-generated-files.sh
Dpre-push.sh1 #!/bin/sh
2 # pre-push.sh
46 tests/scripts/all.sh -q -k 'check_*'
/openthread-3.4.0/script/
Dcheck-posix-build-autotools47 ./tests/toranj/build.sh posix
50 ./tests/toranj/build.sh posix-15.4+trel
53 ./tests/toranj/build.sh posix-trel
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/
Dconfig.sub1 #! /bin/sh
303 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
417 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
418 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
1057 sh)
1058 basic_machine=sh-hitachi
1268 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1269 basic_machine=sh-unknown
/openthread-3.4.0/tests/scripts/thread-cert/
DREADME.md16 ```sh
22 ```sh
/openthread-3.4.0/
D.gitattributes32 *.sh eol=lf
33 *-sh eol=lf
/openthread-3.4.0/tools/harness-automation/
DREADME.rst19 ./start.sh [-h] [--pattern PATTERN] [--delete-denylist] [--skip SKIP]
27 Use ``./start.sh --help`` for a full list of options.
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
43 Unit tests and `ssl-opt.sh` record the outcome of each test case in a **test outcome file**. This f…
45 If you run `all.sh --outcome-file test-outcome.csv`, this collects the outcome of all the test case…
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/
Dudp_proxy_wrapper.sh1 #!/bin/sh
2 # -*-sh-basic-offset: 4-*-
3 # Usage: udp_proxy_wrapper.sh [PROXY_PARAM...] -- [SERVER_PARAM...]

1234