Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 0f65243 to `e0a198…
Browse files Browse the repository at this point in the history
…7` (#844)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `0f65243` to `e0a1987`.
- [Commits](openthread/openthread@0f65243...e0a1987)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2021
1 parent 72815d0 commit 6f7fd7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/meshcop
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ test_meshcop_service()
service="$(scan_meshcop_service)"
grep "${new_network_name}._meshcop\._udp" <<<"${service}"

# Test if the the meshcop service is unpublished when otbr-agent exits.
sudo "${OT_CTL}" exit
# Test if the the meshcop service is unpublished when otbr-agent stops.
sudo killall "${OTBR_AGENT}"
sleep 2
service="$(scan_meshcop_service)"
if grep -q "${new_network_name}._meshcop\._udp" <<<"${service}"; then
Expand Down
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 899 files

0 comments on commit 6f7fd7c

Please sign in to comment.