[roll] Roll fuchsia [network/test] Split FIDL tests and use err_logs expectations

FIDL tests used to be bundled in a single package which is not ideal
when sharding is enabled. Another unwanted side effect is that all
tests under the package has max_severity to be "ERROR" which will
mask panic signals.

This change splits each test into its own package and applies
`with_err_logs` expectations so that we don't set max severity
to "ERROR" by default.

Multiply: netstack-debug-fidl-test
Multiply: netstack-neighbor-fidl-test
Multiply: netstack-routes-fidl-test
Multiply: netstack-routes-admin-fidl-test
Multiply: netstack-interfaces-fidl-test
Multiply: netstack-interfaces-admin-fidl-test
Multiply: netstack-nat-filter-deprecated-fidl-test
Multiply: netstack-tcp-filter-deprecated-fidl-test
Multiply: netstack-udp-filter-deprecated-fidl-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155518
Original-Revision: 27b3e37f50e8f8968002848b0ecccc83f1cc3557
GitOrigin-RevId: 2feb49c73af064c191e09551cab6f9964b9a8479
Change-Id: I23be96a08a692a3be93d1fd070535271ae0fb358
1 file changed
tree: 64135e3ed322a125b6063c9904cf41df22cfce87
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.