Home
last modified time | relevance | path

Searched +full:merge +full:- +full:multiple (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/tools/gerrit/
DREADME.md1 # git-squash-merge tool
3 `git-squash-merge` is a bash script to help squash merge a given branch into the current branch. Th…
10 git-squash-merge [--no-list] [--no-commit] <branch> [<commit msg>]"
15 - `<branch>` specifies the name of branch to merge into current branch.
16 - `<commit msg>` is an optional parameter specifying text to add to the commit message.
20 - `--no-list` when used the commit message will not include the list of squashed commits.
21 - `--no-commit` when used, the tool squashes and stages the changes but does not commit"
26 ~/sw/openthread $ ./tools/gerrit/git-squash-merge.sh github/master "OpenThread GitHub sync"
29 Date: Tue Aug 14 14:53:33 2018 -0700
31 Squash merge 'github/master' into 'HEAD'
[all …]
/openthread-latest/.github/workflows/
Dunit.yml33 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
51 - name: Harden Runner
52 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
[all …]
Dotns.yml33 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
61 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
63 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dsimulation-1.1.yml33 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
58 uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dtoranj.yml33 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
52 fail-fast: false
61 - name: Harden Runner
[all …]
Dotbr.yml33 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
68 - name: Build OTBR Docker
73 - name: Bootstrap
[all …]
Dposix.yml33 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
52 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
54 - name: Harden Runner
[all …]
Dsimulation-1.4.yml33 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 }}
50 runs-on: ubuntu-22.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
/openthread-latest/tests/toranj/
Dstart.sh46 while read -r interface; do
48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")
58 if sudo -E "${python_app}" "$1"; then
64 if [ "$counter" -lt 7 ]; then
73 tail -n 40 "${log_file_name}"*.log
81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
83 sudo apt-get --no-install-recommends install -y libarchive-tools
84 sudo apt-get --no-install-recommends install -y libtool
85 sudo apt-get --no-install-recommends install -y libglib2.0-dev
[all …]
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
104 " May be used multiple times, even for the same\n" \
106 " gets delayed multiple times.\n" \
112 " May be used multiple times, even for the same\n" \
114 " gets delayed multiple times.\n" \
159 unsigned pack; /* merge packets into single datagram for
160 * at most \c merge milliseconds if > 0 */
387 elapsed_time(), buf->description, in ctx_buffer_flush()
388 (unsigned) buf->len, buf->num_datagrams, in ctx_buffer_flush()
389 elapsed_time() - buf->packet_lifetime); in ctx_buffer_flush()
[all …]
/openthread-latest/tests/scripts/thread-cert/
Dv1_2_test_multicast_listener_registration.py65 BBR_1---BBR_2
202 logging.info("bootstrap takes %f seconds", time.time() - t0)
227 # Make sure Parent registers multiple MAs of MED Children in one MLR.req
365 self.__check_multicast_listener(ip, expect_mlr_timeout_range=[timeout - 10, timeout])
367 # Register multiple MAs with one call
374 # Register multiple MAs with one call (without timeout)
387 # Unregister multiple MAs
862 """Check that the 1.2 parent merge multiple multicast addresses for MED children."""