Searched +full:runs +full:- +full:on (Results 1 – 25 of 42) sorted by relevance
12
/openthread-2.7.6/.github/workflows/ |
D | build.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 runs-on: ubuntu-20.04 46 - uses: actions/checkout@v2 49 - name: Bootstrap 51 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 52 sudo apt-get --no-install-recommends install -y clang-format-9 clang-tidy-9 shellcheck [all …]
|
D | simulation-1.1.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 runs-on: ubuntu-20.04 52 - uses: actions/checkout@v2 55 - name: Bootstrap 57 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 58 … sudo apt-get --no-install-recommends install -y llvm-runtime python3-setuptools python3-wheel [all …]
|
D | posix.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 expects-linux: 44 runs-on: ubuntu-18.04 46 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 47 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 49 - uses: actions/checkout@v2 [all …]
|
D | toranj.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 name: toranj-${{ matrix.TORANJ_RADIO }} 45 runs-on: ubuntu-18.04 53 - uses: actions/checkout@v2 56 - name: Bootstrap 60 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update [all …]
|
D | otbr.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 backbone-router: 44 runs-on: ubuntu-20.04 60 - uses: actions/checkout@v2 63 - name: Build OTBR Docker 68 - name: Bootstrap [all …]
|
D | simulation-1.2.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 thread-1-2: 44 name: thread-1-2-${{ matrix.compiler.c }}-${{ matrix.arch }} 45 runs-on: ubuntu-20.04 47 CFLAGS: -${{ matrix.arch }} 48 CXXFLAGS: -${{ matrix.arch }} [all …]
|
D | makefile-check.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 34 cancel-previous-runs: 35 runs-on: ubuntu-20.04 37 - uses: rokroskar/workflow-run-cleanup-action@master 42 makefile-check: 43 runs-on: ubuntu-20.04 45 - uses: actions/checkout@v2 48 - name: Check 50 script/check-core-makefiles
|
D | version.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [pull_request] 34 cancel-previous-runs: 35 runs-on: ubuntu-20.04 37 - uses: rokroskar/workflow-run-cleanup-action@master 42 api-version: 43 runs-on: ubuntu-20.04 45 - uses: actions/checkout@v2 48 - name: Check 50 script/check-api-version
|
D | size.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 size-report: 44 runs-on: ubuntu-20.04 46 - uses: actions/checkout@v2 47 - name: Bootstrap 50 python3 -m pip install --upgrade setuptools wheel [all …]
|
D | otci.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 cli-sim: 44 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }} 45 runs-on: ubuntu-20.04 54 - uses: actions/checkout@v2 55 - name: Bootstrap [all …]
|
D | docker.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: [push, pull_request] 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 name: buildx-${{ matrix.docker_name }} 45 runs-on: ubuntu-20.04 49 - docker_name: environment 50 - docker_name: codelab_otsim 52 - uses: actions/checkout@v2 [all …]
|
D | fuzz.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30 on: [pull_request] 33 runs-on: ubuntu-20.04 35 - name: Build Fuzzers 36 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 38 oss-fuzz-project-name: 'openthread' 39 dry-run: false 40 - name: Run Fuzzers 41 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 43 oss-fuzz-project-name: 'openthread' [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/ |
D | basic-in-docker.sh | 1 #!/bin/bash -eu 3 # basic-in-docker.sh 6 # ------- 7 # This runs sanity checks and library tests in a Docker container. The tests 9 # in the default configuration, partial test runs in the reference 13 # --------------- 17 # SPDX-License-Identifier: Apache-2.0 23 # http://www.apache.org/licenses/LICENSE-2.0 26 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 36 run_in_docker -e CC=${compiler} cmake -D CMAKE_BUILD_TYPE:String="Check" . [all …]
|
D | all-in-docker.sh | 1 #!/bin/bash -eu 3 # all-in-docker.sh 6 # ------- 7 # This runs all.sh (except for armcc) in a Docker container. 10 # --------------- 16 # SPDX-License-Identifier: Apache-2.0 22 # http://www.apache.org/licenses/LICENSE-2.0 25 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 34 --no-armcc \
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/ |
D | make-in-docker.sh | 1 #!/bin/bash -eu 3 # make-in-docker.sh 6 # ------- 7 # This runs make in a Docker container. 10 # - scripts/docker_env.sh for general Docker prerequisites and other information. 13 # SPDX-License-Identifier: Apache-2.0 19 # http://www.apache.org/licenses/LICENSE-2.0 22 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
D | ssl-opt-in-docker.sh | 1 #!/bin/bash -eu 3 # ssl-opt-in-docker.sh 6 # ------- 7 # This runs ssl-opt.sh in a Docker container. 10 # --------------- 17 # - scripts/docker_env.sh for general Docker prerequisites and other information. 18 # - ssl-opt.sh for notes about invocation of that script. 21 # SPDX-License-Identifier: Apache-2.0 27 # http://www.apache.org/licenses/LICENSE-2.0 30 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT [all …]
|
D | compat-in-docker.sh | 1 #!/bin/bash -eu 3 # compat-in-docker.sh 6 # ------- 7 # This runs compat.sh in a Docker container. 10 # --------------- 17 # - scripts/docker_env.sh for general Docker prerequisites and other information. 18 # - compat.sh for notes about invocation of that script. 21 # SPDX-License-Identifier: Apache-2.0 27 # http://www.apache.org/licenses/LICENSE-2.0 30 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/include/test/ |
D | random.h | 10 * SPDX-License-Identifier: Apache-2.0 16 * http://www.apache.org/licenses/LICENSE-2.0 19 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 46 * Key should be set at the start to a test-unique value. 58 * Although predictable and often similar on multiple 59 * runs, this does not result in identical random on 61 * test depend on the random data that is generated. 79 * This function returns random based on a buffer it receives. 83 * The number of bytes released from the buffer on each call to 94 * This function returns random based on a pseudo random function. [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 13 … succinctly describes for a human audience what the test does. The first non-comment line of each … 15 * Test descriptions may not contain semicolons, line breaks and other control characters, or non-AS… 16 …at process test descriptions (`generate_test_code.py`, [outcome file](#outcome-file) tools) simple. 18 …a failure log to the test data. Avoid confusion between cases in the [outcome file](#outcome-file). 20 …s is what our various tools assume (leaving room for 14 more characters on an 80-column line). Lon… 23 …od reason. This breaks the tracking of failures across CI runs, since this tracking is based on th… 33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh… 35 …pply as for [unit test descriptions](#unit-test-descriptions). In addition, the description must b… 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… [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | README.md | 6 Mbed TLS includes a reference implementation of the [PSA Cryptography API](#psa-cryptography-api). … 9 ------------- 11 …on most systems. Some platform specific options are available in the fully documented configuratio… 15 We provide some non-standard configurations focused on specific use cases in the `configs/` directo… 18 ------------- 22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time… 29 --------- 33 - GNU Make 34 - CMake 35 - Microsoft Visual Studio (Microsoft Visual Studio 2013 or later) [all …]
|
/openthread-2.7.6/tools/harness-thci/ |
D | OpenThread_BR.py | 24 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 49 LOGX = re.compile(r'.*Under-voltage detected!') 52 assert LOGX.match('[57522.618196] Under-voltage detected! (0x00050005)') 54 OTBR_AGENT_SYSLOG_PATTERN = re.compile(r'raspberrypi otbr-agent\[\d+\]: (.*)') 56 …'Jun 23 05:21:22 raspberrypi otbr-agent[323]: =========[[THCI] direction=send | type=JOIN_FIN.req … 97 if i < retry - 1: 107 print('%s - %s - %s' % (self.port, time.strftime('%b %d %H:%M:%S'), msg)) 301 self.bash('sudo ip -6 addr del 910b::1 dev eth0 || true') 302 self.bash('sudo ip -6 addr del fd00:7d03:7d03:7d03::1 dev eth0 || true') 313 cmd = 'sudo ip -6 addr add 910b::1 dev eth0' [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | ssl_tls13_keys.c | 5 * SPDX-License-Identifier: Apache-2.0 11 * http://www.apache.org/licenses/LICENSE-2.0 14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 37 * character too long due to the 0-termination. */ 55 * - desired_length: Length of expanded key material 61 * - (label, llen): label + label length, without "tls13 " prefix 67 * - (ctx, clen): context + context length 71 * - dst: Target buffer for HkdfLabel structure, 74 * - dlen: Pointer at which to store the actual length of 75 * the HkdfLabel structure on success. [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/ |
D | rsa.h | 4 * \brief This file provides an API for the RSA public-key cryptosystem. 6 * The RSA public-key cryptosystem is defined in <em>Public-Key 8 * and <em>Public-Key Cryptography Standards (PKCS) #1 v2.1: 14 * SPDX-License-Identifier: Apache-2.0 20 * http://www.apache.org/licenses/LICENSE-2.0 23 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 47 #define MBEDTLS_ERR_RSA_BAD_INPUT_DATA -0x4080 /**< Bad input parameters to fun… 48 #define MBEDTLS_ERR_RSA_INVALID_PADDING -0x4100 /**< Input data contains invalid… 49 #define MBEDTLS_ERR_RSA_KEY_GEN_FAILED -0x4180 /**< Something failed during gen… 50 #define MBEDTLS_ERR_RSA_KEY_CHECK_FAILED -0x4200 /**< Key failed to pass the vali… [all …]
|
/openthread-2.7.6/third_party/mbedtls/repo/programs/ |
D | README.md | 8 …cryption and authentication with a key derived from a low-entropy secret, demonstrating the low-le… 9 … low-level functions in the library. It should not be taken as an example of how to build a secure… 17 * [`hash/hello.c`](hash/hello.c): hello-world program for MD5. 19 ## Public-key cryptography examples 21 ### Generic public-key cryptography (`pk`) examples 23 * [`pkey/gen_key.c`](pkey/gen_key.c): generates a key for any of the supported public-key algorithm… 29 …y file and uses the key to encrypt/decrypt a short string through the generic public-key interface. 37 …blic/private key and uses it to encrypt/decrypt a short string through the low-level RSA interface. 43 … an RSA private/public key and uses it to sign/verify a short string with the RSASSA-PSS algorithm. 45 ### Diffie-Hellman key exchange examples [all …]
|
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/ |
D | packet_verifier.py | 24 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 42 Base class for packet verifiers that runs the packet verification process 48 LLANMA = 'ff02::1' # Link-Local All Nodes multicast address 49 LLARMA = 'ff02::2' # Link-Local All Routers multicast address 50 RLANMA = 'ff03::1' # realm-local all-nodes multicast address 51 RLARMA = 'ff03::2' # realm-local all-routers multicast address 52 RLAMFMA = 'ff03::fc' # realm-local ALL_MPL_FORWARDERS address 53 LLABMA = 'ff32:40:fd00:7d03:7d03:7d03:0:3' # Link-Local All BBRs multicast address 58 '%(asctime)s - %(levelname)s - %(message)s') 97 LLANMA=PacketVerifier.LLANMA, # Link-Local All Nodes multicast address [all …]
|
12