[roll] Roll fuchsia [network/tests] Fix flake in DAD test

Fix a flake in the `dad_assigns_when_echoed` by reading from the
`fake_ep` frame stream, rather than directly calling `read`. This
ensures that the test does not accidentally issue a second read before
the first finishes, which would violate the FIDL API on netemul's
FakeEndpoint.

Original-Original-Fixed: 518884130
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1636034
Original-Original-Revision: 87bbd0f6f0594cf341fa841cf6ba67787b222ad2
GitOrigin-RevId: cfb35ed9755337ef6bd9e6592da3f3d8f5a5c7a7
Change-Id: I5b32d6fe86d6ffb7ec1524a2f3bd61946e304a97
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1636194
Cr-Commit-Position: refs/heads/main@{#193893}
1 file changed
tree: fe823a8bd0dee29b8e25aa6819851a106d08519b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.