[roll] Roll fuchsia [netlink] Simplify netlink route handler tests

Previously tests exercise the interfaces event loop to verify the work
done by the netlink route request handler. This resulted in redundant
coverage over the interfaces event loop and more complicated tests for
the handler.

This change simplifies the tests by taking the interfaces event loop
out of the equation.

Cq-Include-Trybots: luci.fuchsia.try:fuchsia-coverage
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868946
Original-Revision: e50b1d7fd5f628594340200da948f55633aa9ee5
GitOrigin-RevId: 509194b6391b404b6574fab09a3823dcac14473d
Change-Id: Ic4c5a46a9789d192e9dbd3e01ee39b8619c6bcd6
1 file changed
tree: 1a74ac1661a1a74c8b8e9e45f2429b7dff27e587
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.