[roll] Roll fuchsia [netstack3] Test interfaces-admin using TestSetup

The interfaces-admin implicit_address_removal_on_interface_removal test
directly constructs Ctx in order to test some address-removal behavior
when a device is removed. This relies on Ctx being Default-constructible
without using a NetstackSeed, which will imminently not be the case
after a subsequent CL.

This change makes that test use the integration-test TestSetup
fixtures instead. As part of this change, we switch to using a
netdevice rather than loopback interface, as the latter are never
removed during normal netstack operation. In order to support using
netdevice interfaces for tests like this where we need to spy on
the `InterfaceEvent`s produced, we introduce a TestSetup mechanism for
copying all `InterfaceEvent`s sent to the worker so that they are
observable from tests as well.

Multiply: netstack3-bin-instrumented
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/913152
Original-Revision: 2893049d16abba730b8442d861d4f75e6e635b55
GitOrigin-RevId: 5b7f9a1feca3de561e186ab345b27190734806b6
Change-Id: Ia7e15e283fd35aef48f4e18168de0f8583984b1e
1 file changed
tree: 68814e7b31a75064b732b099ea23d9adb68f133b
  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.