Searched +full:runs +full:- +full:on (Results 1 – 25 of 60) sorted by relevance
123
/openthread-latest/.github/workflows/ |
D | build.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-24.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 [all …]
|
D | toranj.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 toranj-ncp: 49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }} 50 runs-on: ubuntu-22.04 [all …]
|
D | simulation-1.1.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 packet-verification: 49 runs-on: ubuntu-24.04 57 - name: Harden Runner [all …]
|
D | posix.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 expects-linux: 49 runs-on: ubuntu-22.04 51 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 [all …]
|
D | simulation-1.4.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 48 thread-1-4: 49 name: thread-1-4-${{ matrix.compiler.c }}-${{ matrix.arch }} [all …]
|
D | unit.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 48 tcplp-buffering: 49 runs-on: ubuntu-24.04 [all …]
|
D | otns.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 51 permissions: # added using https://github.com/step-security/secure-workflows 58 runs-on: ubuntu-24.04 60 - name: Harden Runner [all …]
|
D | makefile-check.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 47 makefile-check: 48 runs-on: ubuntu-24.04 [all …]
|
D | version.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 34 - 'main' 37 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 38 cancel-in-progress: true 40 permissions: # added using https://github.com/step-security/secure-workflows 44 api-version: 45 runs-on: ubuntu-24.04 47 - name: Harden Runner 48 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 [all …]
|
D | fuzz.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 34 - 'main' 37 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 38 cancel-in-progress: true 40 permissions: # added using https://github.com/step-security/secure-workflows 45 runs-on: ubuntu-24.04 47 - name: Harden Runner 48 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 50 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
D | size.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 size-report: 49 runs-on: ubuntu-24.04 51 - name: Harden Runner [all …]
|
D | codeql.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 37 permissions: # added using https://github.com/step-security/secure-workflows 43 runs-on: ubuntu-latest 47 security-events: write 50 fail-fast: false 53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support 56 - name: Harden Runner 57 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2 59 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs [all …]
|
D | otci.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 48 cli-sim: 49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }} [all …]
|
D | otbr.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 48 backbone-router: 49 runs-on: ubuntu-22.04 65 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 [all …]
|
D | docker.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 31 on: 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 43 permissions: # added using https://github.com/step-security/secure-workflows 49 name: buildx-${{ matrix.docker_name }} 50 runs-on: ubuntu-24.04 [all …]
|
D | scorecards.yml | 23 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30 # by a third-party and are governed by separate terms of service, privacy 33 name: Scorecards supply-chain security 34 on: 35 # For Branch-Protection check. Only the default branch is supported. See 36 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection 41 - cron: '33 12 * * 0' 46 permissions: read-all 51 runs-on: ubuntu-latest 53 # Needed to upload the results to code-scanning dashboard. [all …]
|
/openthread-latest/tests/toranj/ |
D | README.md | 7 - `toranj-cli` which enables testing of OpenThread using its CLI interface. 8 - `toranj-ncp` which enables testing of the combined behavior of OpenThread (in NCP mode), spinel i… 12 - It is developed in Python. 13 - It can be used to simulate multiple nodes forming complex network topologies. 14 - It allows testing of network interactions between many nodes (IPv6 traffic exchanges). 15 - `toranj` in NCP mode runs `wpantund` natively with OpenThread in NCP mode on simulation platform … 16 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time). 17 - `toranj` tests run as part of GitHub Actions pull request validation in OpenThread and `wpantund`… 21 - [`toranj-cli` guide](README_CLI.md) 22 - [`toranj-ncp` guide](README_NCP.md) [all …]
|
/openthread-latest/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 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 14 # for the set of Docker images we use on the CI. 17 # --------------- 21 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 28 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 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 11 # for the set of Docker images we use on the CI. 14 # --------------- 20 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 26 --no-armcc \
|
D | depends.py | 4 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 14 Then, test domains (groups of jobs, tests) are built based on predefined data 16 - domain name, can be used to run only specific tests via command-line; 17 - configuration building method, described in detail below; 18 - list of symbols passed to the configuration building method; 19 - commands to be run on each job (only build, build and test, or any other custom); 20 - optional list of symbols to be excluded from testing. 24 - ComplementaryDomain - build a job for each passed symbol by disabling a single 27 - ExclusiveDomain - build a job where, for each passed symbol, only this particular 29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not [all …]
|
/openthread-latest/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 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 14 # for the set of Docker images we use on the CI. 17 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
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 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 11 # for the set of Docker images we use on the CI. 14 # --------------- 21 # - scripts/docker_env.sh for general Docker prerequisites and other information. 22 # - ssl-opt.sh for notes about invocation of that script. 25 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later [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 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 11 # for the set of Docker images we use on the CI. 14 # --------------- 21 # - scripts/docker_env.sh for general Docker prerequisites and other information. 22 # - compat.sh for notes about invocation of that script. 25 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later [all …]
|
/openthread-latest/src/posix/platform/ |
D | system.hpp | 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 32 * This file includes posix-specific system methods. 36 * Returns if the system will run in dry-run mode. 38 * @returns If the system runs in dry-run mode.
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | random.h | 10 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 32 * Key should be set at the start to a test-unique value. 43 * Although predictable and often similar on multiple 44 * runs, this does not result in identical random on 46 * test depend on the random data that is generated. 64 * This function returns random data based on a buffer it receives. 68 * The number of bytes released from the buffer on each call to 80 * This function returns random based on a pseudo random function. 81 * This means the results should be identical on all systems. 82 * Pseudo random is based on the XTEA encryption algorithm to
|
123